Closed
Description
Grammar or Syntax Description
TABLE
statement is not supported yettableStatement ::= TABLE table_name [ORDER BY column_name] [LIMIT number [OFFSET number]]
SQL Example
- Simplified Query Example, focusing on the failing feature
TABLE columns; TABLE columns LIMIT 10; TABLE columns LIMIT 10 OFFSET 10; TABLE columns ORDER BY column_name; TABLE columns ORDER BY column_name LIMIT 10; TABLE columns ORDER BY column_name LIMIT 10 OFFSET 10;
Additional context
The used JSQLParser Version : 4.6
(4.7-snapshot also not supported yet)
State the applicable RDBMS and version : MySQL 8.0.23
Links to the reference documentation : https://dev.mysql.com/doc/refman/8.0/en/table.html