| Information | |
|---|---|
| has gloss | eng: The SQL-like UPSERT statement inserts a record to a table in a database if the record does not exist; if the record already exists, an update operation is performed. This is not a standard SQL statement, but it is frequently used to abbreviate the equivalent pseudo-code. The term upsert is a portmanteau of update and insert and is common slang among database developers. The SQL:2003 defines a MERGE statement that provides similar functionality. In MySQL, UPSERT operations are carried out with either the REPLACE statement or the INSERT ... ON DUPLICATE KEY UPDATE syntax. |
| lexicalization | eng: Upsert |
| instance of | c/SQL keywords |
Lexvo © 2008-2025 Gerard de Melo. Contact Legal Information / Imprint