Re: Select Non Alpha Contents of a Column

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: Select Non Alpha Contents of a Column
Дата
Msg-id 200312292035.30451.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Select Non Alpha Contents of a Column  (Hunter Hillegas <lists@lastonepicked.com>)
Список pgsql-general
El Lun 29 Dic 2003 20:11, Hunter Hillegas escribió:
> Is there a way to select all rows where a certain column starts with
> non-alpha characters?
>
> I would like to select all the rows that don't start with letters.
>
> Possible?

SELECT * FROM table_name WHERE col !~* '^a-z'

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telemática
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


В списке pgsql-general по дате отправления:

Предыдущее
От: Tony
Дата:
Сообщение: Re: Is my MySQL Gaining ?
Следующее
От: Martin Marques
Дата:
Сообщение: Re: [pgsql-advocacy] Is my MySQL Gaining ?