当前位置:Gxlcms > 数据库问题 > sql模糊查找like

sql模糊查找like

时间:2021-07-01 10:21:17 帮助过:3人阅读

select * from table   where target_text like "3";

查找出来的都是target_text  为 3 的数据

 

select * from table   where target_text like "%3%";

查找出来的都是target_text  包含 3 的数据

sql模糊查找like

标签:

人气教程排行