sql查找带百分号的数据

 

select * from EvaluationDetail where Actual is not null
and Actual like '%/%%' escape '/'

 

posted @ 2026-07-28 14:20  老飞飞  阅读(5)  评论(0)    收藏  举报