Re: can I update multiple table at a time?

Поиск
Список
Период
Сортировка
От Joshua Drake
Тема Re: can I update multiple table at a time?
Дата
Msg-id 20081009225351.0ccdaa3b@jd-laptop
обсуждение исходный текст
Ответ на can I update multiple table at a time?  (Jagadeesh <mnjagadeesh@gmail.com>)
Список pgsql-admin
On Thu, 9 Oct 2008 22:12:04 -0700 (PDT)
Jagadeesh <mnjagadeesh@gmail.com> wrote:

> Hello Gurus,
>
> Is it possible to update two table using single sql statement? huh?
> let me be clear
>
> I have table master with state and date field. And in history table I
> have same fields i.e., state and date. I'm writing an update statement
> to set 'open' state records  to 'closed' state after 7. both table can
> be joined using id.
>
> Any thoughts?

Use a transaction?

>
> Thanks
>


--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/



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

Предыдущее
От: Jagadeesh
Дата:
Сообщение: can I update multiple table at a time?
Следующее
От: Julius Tuskenis
Дата:
Сообщение: Re: can I update multiple table at a time?