update from another table

Поиск
Список
Период
Сортировка
От ivan
Тема update from another table
Дата
Msg-id 9fq8eq$1cpd$1@news.tht.net
обсуждение исходный текст
Ответы Re: update from another table  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
dear sir,

i would like to know how can i update a table with columns from another
table and adding a new column with a secuence,

i have try

update table
set column = (select column from table2), ......, set column=secuence..

is it right?????

thanks

ivan





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

Предыдущее
От: Tubagus Nizomi
Дата:
Сообщение: Help datetime
Следующее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: [HACKERS] Re: behavior of ' = NULL' vs. MySQL vs. Standards