Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.6.1
-
Component/s: Server
-
Labels:
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)