I need some help (the postgresql.org documentation pages are down??)
I need to know what the pattern-matching operator is for string values in a
select query...
select field,field from table where field ?????? 'string';
I want to wildcard both ends of the string..
Thanks!
Ted Wallingford