Advertisement
sergAccount

Untitled

Feb 13th, 2021
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.16 KB | None | 0 0
  1. INSERT INTO person ("name") VALUES('Name1');
  2. INSERT INTO person ("name") VALUES('Name2');
  3. INSERT INTO person ("name") VALUES('Name3');
  4.  
  5. select * from person
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement