8
0
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:
asfernandes 2010-09-10 01:59:03 +00:00
parent da804c497d
commit 9951b43e1a

View File

@ -12,7 +12,7 @@ UPDATE OR INSERT statement
UPDATE OR INSERT INTO <table or view> [(<column_list>)]
VALUES (<value_list>)
[MATCHING (<column_list>)]
[RETURNING <column_list> [INTO <variable_list>]]
[RETURNING <value_list> [INTO <variable_list>]]
Scope:
DSQL, PSQL