INSERT INTO Data ( Col1 ) VALUES ('Hello'), ('World');
mysql> insert into InsertMultipleDemo(UserRole) values('Admin'),('Author'),('Driver'),('Guest'); Query OK, 4 rows affected (0.17 sec) Records: 4 Duplicates: 0 Warnings: 0