Insert multiple rows in a single MySQL query

Created at 12-Jan-2021 , By samar

Insert multiple rows in a single MySQL query

In this session, we will try our hand at solving the "Insert multiple rows in a single MySQL query".

  • insert into DemoTable1384(StudentName,StudentAge) values('Chris Brown',21),('David Miller',22),
     ('Carol Taylor',19),('Adam Smith',23);
    

Back to code snippet queries related sql

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

Don't forget to share this article! Help us spread the word by clicking the share button below.

We appreciate your support and are committed to providing you valuable and informative content.

We are thankful for your never ending support.