oceanbase / sql-lifecycle-management

SQL-Lifecycle-Management is an intelligent diagnosis and optimization product focusing on the SQL field.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: limit negative number parse does not support

Ifffff opened this issue · comments

commented
select * from foo limit -10,10

SyntaxError: The current version does not support this SQL 24 (-)
E select * from foo limit -10,10