Here I need to convert common format sql such as:
select * from table where id = \'abc\' limit 1
to mybatis supporting format such as: