question

Started by Alexandr Sover 22 years ago1 messagesgeneral
Jump to latest
#1Alexandr S
sasha@in.crimea.ua

Hi
There is question. Does postgres 7.4 support now such expressions with
array and regex?
select * from my_table where '%Petrov%' ~ any ("surname");
or select * from my_table where '%Petrov%' = any ("surname");
--where column surname is varchar[] .