Re: Re: update ... from where id in (..) question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: update ... from where id in (..) question
Дата
Msg-id 20975.988853802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: update ... from where id in (..) question  (Joel Burton <jburton@scw.org>)
Список pgsql-general
Joel Burton <jburton@scw.org> writes:
>> update table set statusflag = 'U' where id in ('id10', 'id20',
>> 'id30');

> 1) Next time, try WHERE ID = 'id10' OR ID = 'id20' OR ... and see if
> that's better.

The former should in fact be automatically translated to the latter,
so that's not the issue here.

            regards, tom lane

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

Предыдущее
От: GH
Дата:
Сообщение: Re: Ideal hardware configuration for pgsql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Multi Procerssor