Re: [GENERAL] Regex problems - Mailing list pgsql-general

From chris yambo
Subject Re: [GENERAL] Regex problems
Date
Msg-id 361A6E33.41B4BBEA@thoughtbubble.com
Whole thread Raw
In response to [GENERAL] Regex problems  (Charles Curley <charles.h.curley@lmco.com>)
List pgsql-general
If you want to select all the employes whose last name begins with a C
you would use this regex '^C'.  The ^ signifys the beginning of the
string and you dont need a * after the C because a * means _zero_ or
more matches, and that is the problem you were having

chris yambo
thoughtbubble productions
http://www.thoughtbubble.com

pgsql-general by date:

Previous
From: Charles Curley
Date:
Subject: [GENERAL] Regex problems
Next
From: anil
Date:
Subject: SQL Help