Skip to content

Instantly share code, notes, and snippets.

@PedersenThomas
Created September 22, 2013 11:11
Show Gist options
  • Save PedersenThomas/6658976 to your computer and use it in GitHub Desktop.
Save PedersenThomas/6658976 to your computer and use it in GitHub Desktop.
INSERT INTO person
(firstname, lastname, dateofbirth, height)
VALUES
('John', 'Doe', TIMESTAMP '1980-05-17', 1.92),
('Jane', 'Doe', TIMESTAMP '1983-10-23', 1.87),
('Baby', 'Doe', TIMESTAMP '2013-09-21', 0.43);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment