Subject | Re: [firebird-support] Re: UPDATE AND DELETE WITH JOIN |
---|---|
Author | Ann W. Harrison |
Post date | 2006-07-12T16:16:04Z |
bill_lam wrote:
are two types of update, searched and positioned. The positioned
update depends on having a record which is current of cursor. The
syntax for the searched update is:
<update statement: searched> ::=
UPDATE <target table> [ [ AS ] <correlation name> ]
SET <set clause list>
[ WHERE <search condition> ]
The searched delete is:
<delete statement: searched> ::=
DELETE FROM <target table> [ [ AS ] <correlation name> ]
[ WHERE <search condition> ]
Regards,
Ann
> I'm not alone in this issue, and I guess this may become an recurrent question.No, I'm looking at the most recent standard, from 2003. There
> If I read correctly, SQL Standard here refer to SQL92 (SQL2?) which is
> 2006-1992=14 years old,
are two types of update, searched and positioned. The positioned
update depends on having a record which is current of cursor. The
syntax for the searched update is:
<update statement: searched> ::=
UPDATE <target table> [ [ AS ] <correlation name> ]
SET <set clause list>
[ WHERE <search condition> ]
The searched delete is:
<delete statement: searched> ::=
DELETE FROM <target table> [ [ AS ] <correlation name> ]
[ WHERE <search condition> ]
Regards,
Ann