Re: Method to detect certain characters in column?
От | Antonio Perez |
---|---|
Тема | Re: Method to detect certain characters in column? |
Дата | |
Msg-id | 59364.26802.qm@web56209.mail.re3.yahoo.com обсуждение исходный текст |
Ответ на | Method to detect certain characters in column? ("Ian Meyer" <ianmmeyer@gmail.com>) |
Ответы |
Re: Method to detect certain characters in column?
|
Список | pgsql-general |
use this regular expression ~ regular expression - case insensitive ~* example SELECT name FROM table1 where name ~* '*Ã*' check here http://www.postgresql.org/docs/current/static/functions-matching.html --- El lun 23-jun-08, Ian Meyer <ianmmeyer@gmail.com> escribió: De: Ian Meyer <ianmmeyer@gmail.com> |
В списке pgsql-general по дате отправления: