On Tue, 9 Apr 2002, Jean-Luc Lachance wrote:
> Hi all,
>
> I can't specify an alias for the table I want to delete from.
>
> Is this a bug or is that behavior mandated by the SQL standard?
Pretty sure it's at least SQL 92 spec...
<delete statement: searched> seems to have the form of:
DELETE FROM <table name> [WHERE <search condition>]