Skip to content

Instantly share code, notes, and snippets.

@kshitij10496
Created January 17, 2019 15:52
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 kshitij10496/aada57ee13fecb9ae8a8f9f4264339b4 to your computer and use it in GitHub Desktop.
Save kshitij10496/aada57ee13fecb9ae8a8f9f4264339b4 to your computer and use it in GitHub Desktop.
[Postgres with Docker] Table Insertion SQL
INSERT INTO members (name, bio) VALUES (E'Ra\'s al Ghul', E'He is the founder of The League of Shadows.');
INSERT INTO members (name, bio) VALUES ('Bruce Wayne', E'Batman\'s secret identity is Bruce Wayne, an American billionaire, playboy, philanthropist, and owner of Wayne Enterprises.');
INSERT INTO members (name, bio) VALUES ('Talia al Ghul', E'She is the daughter of Ra\'s al Ghul.');
INSERT INTO members (name, bio) VALUES ('Bane', E'Bane was once a member of The League until he was excommunicated by Ra\'s al Ghul.');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment