How to convert common format sql to mybatis support sql

前端 未结 0 487
挽巷
挽巷 2020-12-13 05:47

Here I need to convert common format sql such as:

select * from table where id = \'abc\' limit 1

to mybatis supporting format such as:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题