Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Last active July 20, 2023 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/2ace6539c8a245293984df6a588f4186 to your computer and use it in GitHub Desktop.
Save nfarah86/2ace6539c8a245293984df6a588f4186 to your computer and use it in GitHub Desktop.
-- INSERT statements
INSERT INTO demo VALUES (1, 'TestName1', CURRENT_TIMESTAMP);
INSERT INTO demo VALUES (2, NULL, CURRENT_TIMESTAMP), (3, 'TestName1', CURRENT_TIMESTAMP);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment