SQL> select * from test_1;A
--------------------
a%b
ab已执行耗时0.015 秒SQL> select * from test_1 where a like '%\%b' escape '\';A
--------------------
a%b已执行耗时0.015 秒