Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 10, 2019 15:48
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 parzibyte/28433e7c711fe52cc8f3d9cf2c44e650 to your computer and use it in GitHub Desktop.
Save parzibyte/28433e7c711fe52cc8f3d9cf2c44e650 to your computer and use it in GitHub Desktop.
INSERT INTO personas(nombre) VALUES ("Luis"), ("María");
SELECT * FROM personas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment