insert Value
Appends to a queryBuilder the SQL syntax for a column that represents the same values from the INSERT clause of an upsert command, which should be used in the UPDATE clause.
Parameters
column Name
Name of the column for update.
query Builder
Query builder to append the SQL syntax to.