The key word ILIKE can be used instead of LIKE to make the match case-insensitive according to the active locale. >>> printSQL $ "abc" `ilike` "a%" ((E'abc' ...
確定! 回上一頁