I want to search for a list of name through records of another table i want that my regex be case insensitive, but I can not make it work!
SELECT id
FROM "regexfreeFlickrFullInfo"
where tags ~ 'tower\s?\*?bridge' or title ~ 'tower\s?\*?bridge' or descriptio ~ 'tower\s?\*?bridge' order by id asc;
here is my query, I have tested by i, but it did not work!
You must use ~*
instead of ~
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With