I am creating a stored procedure where I am inserting into a table from a SELECT statement. The table has 4 columns (e.g. Col1, Col2, Col3, Col4). Column1 has a unique value. and Column4 is the timestamp of when the rows are inserted.I am creating a stored procedure where I am ins