Answers for "inserted into sql"

SQL
0

sql inserted

Insert INTO Student(Name,Department)
OUTPUT INSERTED.Id INTO @tmpData
SELECT * FROM @tmpData
// It will give Id's those are inserted into table
Posted by: Guest on July-11-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language