e/Upsert

New Query

Information
has glosseng: 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.
lexicalizationeng: Upsert
instance ofc/SQL keywords

Query

Word: (case sensitive)
Language: (ISO 639-3 code, e.g. "eng" for English)


Lexvo © 2008-2025 Gerard de Melo.   Contact   Legal Information / Imprint