H2 provides the ROWNUM function / keyword which is compatible with the
corresponding Oracle keyword. However, H2 is incompatible in that the column
name is ROWNUM() instead of ROWNUM. All things being equal, it would be nice if
H2 used ROWNUM as the column name, just like Oracle does.
Another option would be to use different column names according to the original
SQL that was used (e.g. "ROWNUM" vs "ROWNUM()", but this seems like a fair
amount of extra complexity without any clear advantage.
Original issue reported on code.google.com by djgred...@gmail.com on 18 Nov 2013 at 6:40
Original issue reported on code.google.com by
djgred...@gmail.com
on 18 Nov 2013 at 6:40Attachments: