mysql模糊查询like的用法
	查询user表中姓名中有“王”字的:
					select * from user where name like '%王%'  | 
			
	mysql模糊查询not like的用法
	查询user表中姓名中没有“王”字的:
					select * from user where name not like '%王%'  | 
			
	查询user表中地址在上海姓名中没有“王”字和所有姓名为空的:
					select * from user where adress =‘上海’ and name not like '%王%' or name is null  | 
			
	查询user表中地址在上海姓名中没有“王”字和地址在上海姓名为空的:
					select * from user where adress =‘上海’ and (name not like '%王%' or name is null)  | 
			
The End


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)