Q:

how to insert two rows in mysql

INSERT INTO tables_name (column1, column2)
# the value before the komma is the value that will be placed in 
#columns1 and the value there after is placed in column2
VALUES (25, '2020-01-01'),

       (24, '2021-01-01')
4

New to Communities?

Join the community