Table alias in DELETE statements

Поиск
Список
Период
Сортировка
От Hanno Wiegard
Тема Table alias in DELETE statements
Дата
Msg-id 200209121557.g8CFviX31490@mailgate5.cinetic.de
обсуждение исходный текст
Список 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

______________________________________________________________________________
Wie ware das: mehrere E-Mail Adressen - aber nur ein Postfach ?
Kein Problem mit WEB.DE FreeMail - http://freemail.web.de/?mc=021127



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

Предыдущее
От: Lee Harr
Дата:
Сообщение: Re: Transaction Newbie
Следующее
От: "david williams"
Дата:
Сообщение: Returning a reference to a cursor from a function