Re: overwrite column data select - Postgres 9.2

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: overwrite column data select - Postgres 9.2
Date: 2016-09-21 06:31:30
Message-ID: 3a93b643-dd41-2a03-9373-ed9264021a47@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/20/2016 10:56 PM, Patrick B wrote:
>
> update table tablename set email = 'test(dot)UID(at)example(dot)com
> <mailto:test(dot)UID(at)example(dot)com>'; ?
>
>
>
>
> I can't overwrite the data into that column...
>
> I was hopping that in a SELECT I could replace the data from the email
> column to something else...

select 'test(dot)UID(at)example(dot)com' as email

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick B 2016-09-21 09:16:16 Re: overwrite column data select - Postgres 9.2
Previous Message Rick Widmer 2016-09-21 06:05:50 Re: overwrite column data select - Postgres 9.2