如何在SQL中查找列a含%的结果集请大侠指教,如何在SQL中查找列a含%的结果集十分感谢~[解决办法]select * from tb where charindex('%',a)>0[解决办法]select * from tb where a like '%[%]%'