noticed this issue on wikipedia

"Firebird supports MERGE INTO though fails to throw an error when there are
multiple Source data rows. Additionally there is a single-row version,
UPDATE OR INSERT INTO tablename (columns) VALUES (values) [MATCHING
(columns)], but the latter does not give you the option to take different
actions on insert versus update (e.g. setting a new sequence value only for
new rows, not for existing ones.)"

https://en.wikipedia.org/wiki/Merge_%28SQL%29
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to