Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. INSERT INTO z_data_income_statement
  2. (
  3. employee,
  4. TYPE,
  5. object_id,
  6. valid_from,
  7. valid_to,
  8. sequence_number,
  9. year,
  10. employee_income,
  11. members_income,
  12. other_income,
  13. month_per_person,
  14. pit_delivered
  15. )
  16. VALUES
  17. (
  18. 'P10000013',
  19. '',
  20. '',
  21. '20190101',
  22. '20200630',
  23. 0,
  24. '2018',
  25. 53000.00,
  26. 0.00,
  27. 0.00,
  28. 1104.17,
  29. TRUE
  30. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement