
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
SQL 判断字段值中是否包含某个字符串
1.模糊查询likeselect * from tablewhere fieldlike ‘%key%’2.charindex()charindex(字段,字符串)>0 为包含
到底了

该用户还未填写简介
暂无可提供的服务
1.模糊查询likeselect * from tablewhere fieldlike ‘%key%’2.charindex()charindex(字段,字符串)>0 为包含