Categories SQLSQL SERVER – Insert Multiple Records Using One Insert Statement – Use of UNION ALL Post author By Melvin Post date October 9, 2007 INSERT INTO MyTable (FirstCol, SecondCol) SELECT 'First', 1 UNION ALL SELECT 'Second', 2 UNION ALL SELECT 'Third', 3 Related posts:Insert data from one table to another table INSERT INTO "table1" ("column1", "column2", ...) SELECT "column3", "column4", ......SELECT RIGHT RIGHT Returns the part of a character string starting a...IsNumeric function The function returns 1 for numeric values, and 0 for... ← Error while trying to run project: Unable to start debugging on the web server → Inner Join On Two SQL Databases