Re: How to apply a regular expression to a select statement - Mailing list pgsql-novice

From ktm@rice.edu
Subject Re: How to apply a regular expression to a select statement
Date
Msg-id 20120710174710.GA15829@aart.rice.edu
Whole thread Raw
In response to How to apply a regular expression to a select statement  (JORGE MALDONADO <jorgemal1960@gmail.com>)
List 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 by date:

Previous
From: JORGE MALDONADO
Date:
Subject: How to apply a regular expression to a select statement
Next
From: Tom Burns
Date:
Subject: Selecting Fields in Union in Subquery