Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join

Поиск
Список
Период
Сортировка
От m laks
Тема Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join
Дата
Msg-id 305478.10444.qm@web33611.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Ответы Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join  (Tommy Gildseth <tommy.gildseth@usit.uio.no>)
Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join  ("Richard Broersma" <richard.broersma@gmail.com>)
Список pgsql-general
--- On Tue, 6/17/08, Tommy Gildseth <tommy.gildseth@usit.uio.no> wrote:
F


How about something along these lines:


delete from instancetable
USING imagelevel
WHERE (
(imagelevel.serparent= '1.2.840.113704.1.111.4640.1185891989.4') and
(instancetable.imageuid= imagelevel.sopinsuid)
)

Thank You so much!! It works perfectly!!!!!

1. Where is this documented, and
2. where can I read more about what changed
between the 7 series and 8 series that caused this?

Thank you so much!!!!!!!!!
Mitchell

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Error when trying to drop a tablespace
Следующее
От: m laks
Дата:
Сообщение: Re: ERROR: missing FROM-clause entry for table on postgresql 8.1 not on 7.4; deleting from a join