mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Improve RETURNING readme about usage of * (CORE-3808).
This commit is contained in:
parent
0a4ec7400f
commit
558c69151b
@ -52,6 +52,7 @@ RETURNING clause
|
|||||||
7. In MERGE WHEN MATCHED UPDATE and MERGE WHEN NOT MATCHED statements, unqualified or qualified
|
7. In MERGE WHEN MATCHED UPDATE and MERGE WHEN NOT MATCHED statements, unqualified or qualified
|
||||||
by table name/alias fields are resolved to NEW. In MERGE WHEN MATCHED DELETE they are
|
by table name/alias fields are resolved to NEW. In MERGE WHEN MATCHED DELETE they are
|
||||||
resolved to OLD.
|
resolved to OLD.
|
||||||
|
8. Since v4 it's possible to use * and alias.*, as well OLD.* and NEW.* where applicable.
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
1. The modify statement (INSERT, UPDATE, DELETE, MERGE) should operate in no more than one record
|
1. The modify statement (INSERT, UPDATE, DELETE, MERGE) should operate in no more than one record
|
||||||
|
Loading…
Reference in New Issue
Block a user