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]: `LIKE ESCAPE` is not support

Ifffff opened this issue · comments

commented

Describe the bug
Syntax:

[expr LIKE pat [ESCAPE 'escape_char']]

test sql:

select count(*) from approfiler_heap_task  where 1=1   and workspace_id like '0049663881' escape '`'  and task_type = 'heap'