HSQLDB ROWNUM compatibility with Oracle HSQLDB ROWNUM compatibility with Oracle oracle oracle

HSQLDB ROWNUM compatibility with Oracle


The ROWNUM() function is available by default in HSQLDB 2.2.x and later. If you enable Oracle syntax compatibility mode, you can also use ROWNUM.

This statement enables it:

SET DATABASE SQL SYNTAX ORA TRUE

Or use the connection property sql.syntax_ora=true