摘要: ##1. like模糊查询常搭配通配符使用 常用的通配符: %:表示任意字符,包括没有字符 _: 表示一个字符 ##2. is null, 不是 =null ##3. sum(),avg(),max(),min(),count()只统计非空值,忽略null值,且可以和distinct(去重)搭配使用 阅读全文
posted @ 2020-12-03 09:00 yx袁祥 阅读(155) 评论(0) 推荐(0)