Re: Regular Expressions and SELECT

From: douggorley(at)shaw(dot)ca
To: Desmond Coughlan <psql(at)zeouane(dot)org>
Cc: PostgreSQL Novice Mailing List <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Regular Expressions and SELECT
Date: 2003-01-22 23:32:45
Message-ID: 4c93249c08.49c084c932@shaw.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I haven't done this myself, but I strongly suspect the usage is more like

SELECT * FROM sometable WHERE somefield ~ '^d' ;

Doug Gorley | douggorley(at)shaw(dot)ca

Attachment Content-Type Size
unknown_filename text/plain 589 bytes

Browse pgsql-novice by date

  From Date Subject
Next Message Rob Klaus 2003-01-23 01:00:06 ODBC Documentation
Previous Message Doug Silver 2003-01-22 22:55:44 Re: Regular Expressions and SELECT