Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO person ("name") VALUES('Name1');
- INSERT INTO person ("name") VALUES('Name2');
- INSERT INTO person ("name") VALUES('Name3');
- select * from person
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement