美文网首页
postgre报错

postgre报错

作者: momdiemg | 来源:发表于2020-02-27 10:56 被阅读0次

bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $1

模糊查询时不要使用CONCAT
and name like '%' || #{name} || '%'

相关文章

网友评论

      本文标题:postgre报错

      本文链接:https://www.haomeiwen.com/subject/cptthhtx.html