Re: How to apply a regular expression to a select statement

Поиск
Список
Период
Сортировка
От ktm@rice.edu
Тема Re: How to apply a regular expression to a select statement
Дата
Msg-id 20120710174710.GA15829@aart.rice.edu
обсуждение исходный текст
Ответ на How to apply a regular expression to a select statement  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Список pgsql-novice
On Tue, Jul 10, 2012 at 12:37:44PM -0500, JORGE MALDONADO wrote:
> Please consider the following situation.
>
> SELECT tar_clave, tar_nombre, tar_dir, tar_vdir FROM cat_tipos_artista

SELECT tar_clave, tar_nombre, url_decode(tar_dir), tar_vdir FROM cat_tipos_artista

You will need to write the url_decode() function if one does not
exist.

Regards,
Ken

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