Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The following Oracle statement is not supported in MariaDB with sql_mode="oracle".
select sysdate from dual; <<<< does not work
select sysdate() from dual; <<<<< does work (but not how existing oracle SQL exists)