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);
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
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.
Random Code Snippet Queries: Sql
- Create column after a column in existing table using query in MySQL
- Drop foreign id column (user_id) in MySQL
- How to create a new table from existing table in SQL
- 1553 Cannot drop index 'posts_user_id_foreign': needed in a foreign key constraint
- Difference between SQL and NoSQL databases
- Clear the terminal screen in MySQL within the Windows powershell
- Cannot drop index 'fk_role_id': needed in a foreign key constraint
- How to get the list of all constraints in MySQL database
- How to check the MySQL version
- How to Rename column name in MySql ?
- How to get yesterday's date in MySQL ?
- Create Index in MySQL with example
- How to create view in MySQL database
- Self join in mysql employee manager example
- Create Employee table in MySQL
- ERROR 3780 (HY000): Referencing column 'order_id' and referenced column 'id' in foreign key constraint 'order_items_ibfk_1' are incompatible.
- Check constraint in MySQL
- Get create table Query from existing table in phpMyAdmin
- MySQL create procedure example
- Get data in random order with limit from table using mysql
- How to drop function in MySQL ?
- Get comma separated ids from table using MySQL
- Get number of connections being used by a specific user in MySQL
- Get full name of a person in SQL using function
- SQL query to delete records older than 6 months