How to Do Multiple Inserts in a Single SQL Statement
02-Apr-2021
In this episode, we’ll look at how to do many inserts into a table while only using a single SQL
statement. This method is very efficient compared to using many insert statements for the same purpose.
It is supported on many (but not all) database platforms. For SQL Server, you need the 2008+ versions to
use multiple inserts. Have you ever had a project where this would have come in handy?
Data Engineering Project? Contact me today!