Re: [GENERAL] Regex problems

Поиск
Список
Период
Сортировка
От chris yambo
Тема Re: [GENERAL] Regex problems
Дата
Msg-id 361A6E33.41B4BBEA@thoughtbubble.com
обсуждение исходный текст
Ответ на [GENERAL] Regex problems  (Charles Curley <charles.h.curley@lmco.com>)
Список 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 по дате отправления:

Предыдущее
От: Charles Curley
Дата:
Сообщение: [GENERAL] Regex problems
Следующее
От: anil
Дата:
Сообщение: SQL Help