SQL Where Statement - Mailing list pgsql-general

From Michael
Subject SQL Where Statement
Date
Msg-id 3579221D.9DD4EEA7@wizard.ca
Whole thread Raw
Responses Re: [GENERAL] SQL Where Statement  (Marin D <marin@cybernet.bg>)
List pgsql-general
Might be a newbie question, but...

I am trying to do a select with a WHERE clause excluding all fields that
don't start with 'A'..'Z'

Something in the form of
WHERE lastname
   NOT LIKE ('A'..'Z') AND
   NOT LIKE ('a'..'z')

Any help?


pgsql-general by date:

Previous
From: Marin D
Date:
Subject: Re: [GENERAL] A couple of LIBPQ questions
Next
From: Tom Good
Date:
Subject: Re: [GENERAL] Re: [HACKERS] NEW POSTGRESQL LOGOS