Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
Description
As for sql :
String query = "SELECT row_number() over (order by \"hire_date\") FROM \"employee\"";
using RelToSqlConverter to generate a sql for mysql , the result is :
SELECT ROW_NUMBER() OVER (ORDER BY `hire_date` NULLS LAST) FROM `foodmart`.`employee`
However, mysql does not support NULLS LAST.
Attachments
Issue Links
- links to