Skip to main content

excluded

Function excluded 

Source
pub fn excluded(column: impl Into<Cow<'static, str>>) -> Expr
Expand description

excluded."col" — the row that would have been inserted, inside ON CONFLICT … DO UPDATE.

SQLite spells the pseudo-table in lower case (https://www.sqlite.org/lang_upsert.html); the name is not quoted, because "excluded" would be read as an ordinary table name.