Thomas Mueller wrote:
I will not implement it currently (no time) but will add it to the roadmap.
OK, thanks.
I suggest to use the following syntax. [...] select a x, sum(b) from test group by x;
I'm forced into using DATABASE_TO_UPPER=FALSE which appears to interfere with using an alias for GROUP BY (cf. issue 326), that's what made me try using the column position as a potential workaround. In general I agree that using names is the better choice to reference columns.
Benjamin -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
