Re: Method to detect certain characters in column?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Method to detect certain characters in column?
Дата
Msg-id BC32043C-538D-4A4D-92C0-2996F94DE5D7@blighty.com
обсуждение исходный текст
Ответ на Method to detect certain characters in column?  ("Ian Meyer" <ianmmeyer@gmail.com>)
Ответы Re: Method to detect certain characters in column?  ("Ian Meyer" <ianmmeyer@gmail.com>)
Список pgsql-general
On Jun 23, 2008, at 1:58 PM, Ian Meyer wrote:

> So I have a column that contains usernames that have characters such
> as Ã(c)(R), for example: fuchÃ(c)r.. is there any way to find names
> with non A-Za-z0-9?

... WHERE column ~* '[^a-z0-9]'

Cheers,
   Steve


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Method to detect certain characters in column?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Update Join Query