SQL Where Statement

From: Michael <michael(at)wizard(dot)ca>
To: General Postgres Questions <pgsql-general(at)postgreSQL(dot)org>
Subject: SQL Where Statement
Date: 1998-06-06 11:03:58
Message-ID: 3579221D.9DD4EEA7@wizard.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Good 1998-06-06 11:39:00 Re: [GENERAL] Re: [HACKERS] NEW POSTGRESQL LOGOS
Previous Message Marin D 1998-06-06 09:52:23 Re: [GENERAL] A couple of LIBPQ questions