Stuart
01/10/2022, 2:23 PMScott P
01/10/2022, 2:58 PM.insert()
, it uses binding - the key as the variable name which maps to a column, and the value as the value to be passed into the row. If you ever try to call an insert and pass a column that doesn't exist in the target table (or a parameter that doesn't exist in the function), it'll throw an error.Stuart
01/10/2022, 3:04 PM