SQL Where Statement

Поиск
Список
Период
Сортировка
От Michael
Тема SQL Where Statement
Дата
Msg-id 3579221D.9DD4EEA7@wizard.ca
обсуждение исходный текст
Ответы Re: [GENERAL] SQL Where Statement
Список 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 по дате отправления: