Re: Method to detect certain characters in column?

Поиск
Список
Период
Сортировка
От Tommy Gildseth
Тема Re: Method to detect certain characters in column?
Дата
Msg-id 486011E0.1090108@usit.uio.no
обсуждение исходный текст
Ответ на Method to detect certain characters in column?  ("Ian Meyer" <ianmmeyer@gmail.com>)
Список pgsql-general
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 col ~ '[^a-zA-Z0-9]';

Someone with a bit more regex fu can probably condense down the regex.

--
Tommy Gildseth

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

Предыдущее
От: "Ian Meyer"
Дата:
Сообщение: Method to detect certain characters in column?
Следующее
От: Antonio Perez
Дата:
Сообщение: Re: Method to detect certain characters in column?