I am just getting started with pgsql and have read available docs I can find. I know I can match a row in a where clause using a regular expression. How can I use what was regexp matched (e.g. perl $1,$2, etc...) as a column assignment ? I'm looking for something like this? select ... ... $1 of firstname, /^R.*d/ as name_starts_with_r_and_ends_with_d ... TIA Richard DeVenezia
- Re: [SQL] Help: Using a regular expression match as a va... Richard DeVenezia
- Re: [SQL] Help: Using a regular expression match as... [EMAIL PROTECTED]