pub fn excluded(column: impl Into<Cow<'static, str>>) -> ExprExpand 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.