Re: [Q] Update from a table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Q] Update from a table
Дата
Msg-id 14196.1386252864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [Q] Update from a table  (Ladislav Lenart <lenartlad@volny.cz>)
Ответы Re: [Q] Update from a table
Список pgsql-general
Ladislav Lenart <lenartlad@volny.cz> writes:
> What happens if I issue UPDATE SET FROM... but with incomplete/buggy WHERE
> condition and thus SEVERAL rows from the from_list match ONE row to update?

Any given row will be updated at most once.  However, the from_list row
it gets updated against will be unpredictable, depending on the
implementation of the join.

            regards, tom lane


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

Предыдущее
От: Ladislav Lenart
Дата:
Сообщение: [Q] Update from a table
Следующее
От: Ladislav Lenart
Дата:
Сообщение: Re: [Q] Update from a table