Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. insert into D_pembelian(kode_beli,kode_barang, jumlah) values
  2. ('1','1', '5'),
  3. ('2','2', '1'),
  4. ('3','3', '1'),
  5. ('4','4', '5'),
  6. ('5','5', '3'),
  7. ('6','6', '5'),
  8. ('7','7', '3'),
  9. ('8','8', '5'),
  10. ('9','9', '2'),
  11. ('10','10', '6'),
  12. ('11','11', '8'),
  13. ('12','12', '1'),
  14. ('13','13', '2'),
  15. ('14','14', '5'),
  16. ('15','15', '3'),
  17. ('16','16', '8'),
  18. ('17','17', '4'),
  19. ('18','18', '5'),
  20. ('19','19', '5'),
  21. ('20','20', '5'),
  22. ('21','21', '4'),
  23. ('22','22', '5'),
  24. ('23','23', '3'),
  25. ('24','24', '5'),
  26. ('25','25', '1');
Add Comment
Please, Sign In to add comment