Guest User

Untitled

a guest
Jul 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Insert into Customers (Name,Age,Active) ('Name1',21,1)
  2. Insert into Customers (Name,Age,Active) ('Name2',21,1)
  3.  
  4. Insert into Customers (Name,Age,Active) ('Name1',21,1),
  5. ('Name2',21,1)
Add Comment
Please, Sign In to add comment