Table alias in DELETE statements

Поиск
Список
Период
Сортировка
От Hanno Wiegard
Тема Table alias in DELETE statements
Дата
Msg-id 200209131210.g8DCAPX06979@mailgate5.cinetic.de
обсуждение исходный текст
Ответы Re: Table alias in DELETE statements
Re: Table alias in DELETE statements
Список pgsql-sql
Hi,

I've already checked the mailing archive but found nothing about
problems with the DELETE statement and table alias but it's not
mentioned in the docs. So the question for me is whether it is possible
to use a table alias in a DELETE statement or not, e.g. 
DELETE FROM foo f WHERE f.ID > 3000 (more complicated cases in reality 
and I really need the alias because the SQL is generated automaically 
by a tool)?

Thanks,
Hanno Wiegard



______________________________________________________________________________
Die clevere Geldreserve: der DiBa-Privatkredit. Funktioniert wie ein Dispo, 
ist aber viel gunstiger! Alle Infos: http://diba.web.de/?mc=021104



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

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Assignments in PL/pgSQL
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: sql group by statement