数据库 Like 用法
程序员文章站
2022-06-24 15:19:30
查找列名等于某一字符串: select * from table where column like '%string%' 查找列名不等于某一字符串 select * from table where column not like '%string%' ......
查找列名等于某一字符串:
select * from table where column like '%string%'
查找列名不等于某一字符串
select * from table where column not like '%string%'
下一篇: 微信小游戏正式发布原创保护四大措施