Re: SQL - update table problem...

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SQL - update table problem...
Дата
Msg-id 20061115065048.GB28693@wolff.to
обсуждение исходный текст
Ответ на SQL - update table problem...  ("Marko Rihtar" <riki_fox@hotmail.com>)
Список pgsql-sql
On Mon, Nov 13, 2006 at 11:36:05 +0100, Marko Rihtar <riki_fox@hotmail.com> wrote:
> 
> i'm trying to do update on multiple tables but don't know how.
> is something like this posible with postgresql?

I believe you need to use multiple update statements to do this. Each
update can only update one table. You can join with other tables to
select which rows to update, but that doesn't let you update more than
one table at once.


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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: unexpected EOF within message length word
Следующее
От: Luca Ferrari
Дата:
Сообщение: sql problem with join