Skip to content

Instantly share code, notes, and snippets.

@RelativeTech
Created March 25, 2021 20:30
Show Gist options
  • Save RelativeTech/75cd6d8d11288f6febec2b3b2cf82f40 to your computer and use it in GitHub Desktop.
Save RelativeTech/75cd6d8d11288f6febec2b3b2cf82f40 to your computer and use it in GitHub Desktop.
INSERT INTO WORKER(ID, AUDIT_ID, IN_UTC, OUT_UTC, WORKER_CODE, WORKER_NAME, COMPENSATION, CREATED_BY, LAST_MODIFIED_BY)
VALUES(1, '00000000-0000-0000-0000-000000000001', CURRENT_TIMESTAMP - CURRENT_TIMEZONE, '9999-12-31', 'CODE-1', 'One First', 120000.00, 'unknown', 'unknown');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment