Community

Multiple insert statement without counter

(Matt Busche) I often have a need to write an INSERT statement that adds multiple rows to a database. Obviously you can run any number of inserts separately, but that’s innefficient, so I loop over a list with a counter to know when to end.

Read More - Register for Free Membership