Table alias in DELETE statements - Mailing list pgsql-sql

From Hanno Wiegard
Subject Table alias in DELETE statements
Date
Msg-id 200209121557.g8CFviX31490@mailgate5.cinetic.de
Whole thread Raw
List 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 by date:

Previous
From: Lee Harr
Date:
Subject: Re: Transaction Newbie
Next
From: "david williams"
Date:
Subject: Returning a reference to a cursor from a function