Possible To Modify Part of String in Certain Rows?

From: Hunter Hillegas <lists(at)lastonepicked(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Possible To Modify Part of String in Certain Rows?
Date: 2004-06-24 17:35:11
Message-ID: BD005EDF.25777%lists@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any reasonable PGSQL query that could do something like this:

Find all the releases from the releases table. For each release, do what is
basically a find and replace on a column? Each column contains slightly
different data and so the find and replace is not a constant. There needs to
be some 'variable' in there.

Am I making any sense?

Thanks,
Hunter

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2004-06-24 17:50:09 Re: Possible To Modify Part of String in Certain Rows?
Previous Message Luis Agostinho 2004-06-24 17:23:25 Endless For Loop in an insert trigger