Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
Description
SET sql_mode=''; |
SELECT system; |
ERROR 1054 (42S22): Unknown column 'system' in 'field list'
|
SET sql_mode=ORACLE; |
SELECT system; |
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'system' at line 1
|
The same problem is repeatable for PERIOD, HISTORY, SYSTEM_TIME, VERSIONING, WITHOUT.
Attachments
Issue Links
- blocks
-
MDEV-15975 PL/SQL parser does not understand historical queries
- Closed