注意:contains中“*”的运用
举例:select * from aa where not contains(*,'"汁" or "瓶"')
本文介绍了一种特殊的 SQL 查询技巧,即使用 contains 函数排除包含特定字符串的记录。通过示例展示了如何在查询中利用通配符 '*' 来匹配除指定词汇外的所有记录。
注意:contains中“*”的运用
举例:select * from aa where not contains(*,'"汁" or "瓶"')
2万+

被折叠的 条评论
为什么被折叠?
