Tuesday, 9 June 2020

how to insert rows using query

how to insert rows using query
INSERT INTO `studentinfo` (`name`, `username`, `password`, `firstname`) VALUES ('1', 'un1', 'pw1', 'fn1'), ('2', 'un2', 'pw2', 'fn2');
primary key cannot be same



No comments:

Post a Comment