Closed hustjieke closed 3 years ago
MySQL 8.0 syntax:
OPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name [, tbl_name] ...
In the code of 8.0, actually the key word of "TABLE" is "TABLE | TABLES", so radondb support syntax:
OPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL] {TABLE | TABLES} tbl_name [, tbl_name] ...
MySQL 8.0 syntax:
In the code of 8.0, actually the key word of "TABLE" is "TABLE | TABLES", so radondb support syntax: