PostgreSQL 中操作符like 、ilike、~~、~~*、~、~*的含义 ; ilike, 不区分大小写匹配 ; ~~, 等价于like ; ~~*, 等价于ilike ; ~, 匹配正则表达式,大小写相关.
確定! 回上一頁