Select returns specific row data from a temporal table in the form of a result table.
SELECT INTO selects at most one row from a temporal table and assigns the values in that row to local variables or parameters in stored procedures.
Select returns specific row data from a temporal table in the form of a result table.
SELECT INTO selects at most one row from a temporal table and assigns the values in that row to local variables or parameters in stored procedures.