PostgreSQL also supports full POSIX regular expressions: select * from table where value ~* 'foo|bar|baz'; The ~* is for a case insensitive match, ...
確定! 回上一頁