Re: delete query using CTE

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: delete query using CTE
Дата
Msg-id CAHOFxGqTfxoSJiyH2aHYrA6GcZ45p5fedPqXEKv4HOcrEohz3g@mail.gmail.com
обсуждение исходный текст
Ответ на delete query using CTE  (Roger Bos <roger.bos@gmail.com>)
Список pgsql-general
You can't delete rows that are in a CTE. You want to delete rows that are in the table. Do you have a primary key that you can reference? Else, you may need to reference the system column ctid.

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

Предыдущее
От: Roger Bos
Дата:
Сообщение: delete query using CTE
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: delete query using CTE