Hi,

I do have a videos table, and it has a column called `tags` of type array. I 
would like to select all videos where any string inside tag column matches a 
given substring. What method should I use? The *Contains `@>` operator* will do 
full string comparisons as far as I understood.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to