columns
Explicitly defines the columns for the INSERT statement.
This is optional - if not called, columns will be inferred from values or omitted entirely for fromSelect.
Parameters
columns
Column names to insert into.
Explicitly defines the columns for the INSERT statement.
This is optional - if not called, columns will be inferred from values or omitted entirely for fromSelect.
Column names to insert into.