pattern matching operator

From: "Wallingford, Ted" <twallingford(at)indexc(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: pattern matching operator
Date: 2000-05-16 13:45:55
Message-ID: 70866BD37E22D4119D8000600899F70D011C57@INDEXAPP00
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Richard J Kuhns 2000-05-16 15:25:48 Question about databases in alternate locations...
Previous Message D'Arcy J.M. Cain 2000-05-16 11:37:22 Using substr with user defined types