I can't convert query to native query using spring boot 2.3.3.RELEASE, but it's working when using 1.5.7.RELEASE

前端 未结 0 1342
甜味超标
甜味超标 2020-12-02 13:38

here\'s my query

    SELECT 
  tb.id AS id,
  tb.title AS title 
FROM
  tbl_batter tb 
WHERE tb.`title` LIKE \'%waugh%\' ;

here\'s the code a

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