Re: INSERT statements...Which technique is better?



Well, it is clear that using Technique #1, you can insert only only
one row at a time and using Technique #2, you can insert N number of
rows at a time. This should make the difference. I have not yet tried
testing performance of these two technique.

.