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]: parser error when limit parameterization and non-parameterization are mixed

Ifffff opened this issue · comments

commented

Describe the bug

select * from foo limit ?, 1

SyntaxError: The current version does not support this SQL 27 (1)
E select * from foo limit ?, 1