Re: overwrite column data select - Postgres 9.2

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: overwrite column data select - Postgres 9.2
Дата
Msg-id 3a93b643-dd41-2a03-9373-ed9264021a47@hogranch.com
обсуждение исходный текст
Ответ на Re: overwrite column data select - Postgres 9.2  (Patrick B <patrickbakerbr@gmail.com>)
Ответы Re: overwrite column data select - Postgres 9.2  (Patrick B <patrickbakerbr@gmail.com>)
Список pgsql-general
On 9/20/2016 10:56 PM, Patrick B wrote:
update table tablename set email = 'test.UID@example.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.UID@example.com' as email


-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Rick Widmer
Дата:
Сообщение: Re: overwrite column data select - Postgres 9.2
Следующее
От: Patrick B
Дата:
Сообщение: Re: overwrite column data select - Postgres 9.2