今天使用数据库模糊查询时,报无效的列索引。baidu查询说是模糊查询语句有问题。
select dpa_quesid,
dpa_mercode,
dpa_title
from dp_question_answer
where (?keyWord is null or ?keyWord='' or dpa_title like '%'||?keyWord||'%')
今天使用数据库模糊查询时,报无效的列索引。baidu查询说是模糊查询语句有问题。
select dpa_quesid,
dpa_mercode,
dpa_title
from dp_question_answer
where (?keyWord is null or ?keyWord='' or dpa_title like '%'||?keyWord||'%')