Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. insert into table (id, name, descr) values (4, 'asdf', 'this is not a word');
  2.  
  3. insert into table (id, name, descr) values (4, 'asdf', 'this is not a word');
  4. insert into table (id, name, descr) values (6, 'asdf', 'this is not a word');
  5. insert into table (id, name, descr) values (7, 'asdf', 'this is not a word');
  6. insert into table (id, name, descr) values (9, 'asdf', 'this is not a word');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement