Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO `tab_a`(`id`, `name`)
- VALUES (1,'Pirate'),
- (2,'Monkey'),
- (3,'Ninja'),
- (4,'Spaghetti');
- INSERT INTO `tab_b`(`id`, `name`)
- VALUES (1,'Rutabaga'),
- (2,'Pirate'),
- (3,'Darth Vader'),
- (4,'Ninja');
Advertisement
Add Comment
Please, Sign In to add comment