mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Fixed doc. mismatch reported by Paul Vinkenoog
This commit is contained in:
parent
da804c497d
commit
9951b43e1a
@ -12,7 +12,7 @@ UPDATE OR INSERT statement
|
|||||||
UPDATE OR INSERT INTO <table or view> [(<column_list>)]
|
UPDATE OR INSERT INTO <table or view> [(<column_list>)]
|
||||||
VALUES (<value_list>)
|
VALUES (<value_list>)
|
||||||
[MATCHING (<column_list>)]
|
[MATCHING (<column_list>)]
|
||||||
[RETURNING <column_list> [INTO <variable_list>]]
|
[RETURNING <value_list> [INTO <variable_list>]]
|
||||||
|
|
||||||
Scope:
|
Scope:
|
||||||
DSQL, PSQL
|
DSQL, PSQL
|
||||||
|
Loading…
Reference in New Issue
Block a user