时间: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
标签:
< 上一篇
Struts2表单提交的中文字符数据用hibernate存储在数据库中是乱码的问题。
下一篇 >
MySQL索引
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册