Advertisement
grazh

Staff_Sections

Apr 27th, 2020
1,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','1');
  2. INSERT INTO staff_sections(staff_id, section_id) VALUES('6','5');
  3. INSERT INTO staff_sections(staff_id, section_id) VALUES('8','8');
  4. INSERT INTO staff_sections(staff_id, section_id) VALUES('1','7');
  5. INSERT INTO staff_sections(staff_id, section_id) VALUES('5','7');
  6. INSERT INTO staff_sections(staff_id, section_id) VALUES('6','4');
  7. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','11');
  8. INSERT INTO staff_sections(staff_id, section_id) VALUES('6','9');
  9. INSERT INTO staff_sections(staff_id, section_id) VALUES('7','3');
  10. INSERT INTO staff_sections(staff_id, section_id) VALUES('1','5');
  11. INSERT INTO staff_sections(staff_id, section_id) VALUES('1','4');
  12. INSERT INTO staff_sections(staff_id, section_id) VALUES('8','2');
  13. INSERT INTO staff_sections(staff_id, section_id) VALUES('6','6');
  14. INSERT INTO staff_sections(staff_id, section_id) VALUES('7','1');
  15. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','3');
  16. INSERT INTO staff_sections(staff_id, section_id) VALUES('2','6');
  17. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','10');
  18. INSERT INTO staff_sections(staff_id, section_id) VALUES('8','6');
  19. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','5');
  20. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','7');
  21. INSERT INTO staff_sections(staff_id, section_id) VALUES('2','3');
  22. INSERT INTO staff_sections(staff_id, section_id) VALUES('8','11');
  23. INSERT INTO staff_sections(staff_id, section_id) VALUES('7','10');
  24. INSERT INTO staff_sections(staff_id, section_id) VALUES('3','6');
  25. INSERT INTO staff_sections(staff_id, section_id) VALUES('3','10');
  26. INSERT INTO staff_sections(staff_id, section_id) VALUES('5','10');
  27. INSERT INTO staff_sections(staff_id, section_id) VALUES('4','4');
  28. INSERT INTO staff_sections(staff_id, section_id) VALUES('7','11');
  29. INSERT INTO staff_sections(staff_id, section_id) VALUES('8','5');
  30. INSERT INTO staff_sections(staff_id, section_id) VALUES('5','8');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement