Skip to content
Oxford Harrison edited this page Nov 15, 2024 · 6 revisions

DOCSAPITable API


Programmatically perform an UPSERT query.

See related ➞ UPSERT

Syntax

See ➞ INSERTSyntax

Usage

See ➞ INSERTUsage

An UPSERT operation is an INSERT operation that automatically converts to an UPDATE operation where provided entry matches an existing record by a unique key. API usage is same as insert(). But UPSERTS are prohibited from having an explicit "ON CONFLICT"/"ON UPDATE" clause.

Clone this wiki locally