Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 5, 2019 23:54
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/79b5ce08c35b87912384bb7204c30e5a to your computer and use it in GitHub Desktop.
Save parzibyte/79b5ce08c35b87912384bb7204c30e5a to your computer and use it in GitHub Desktop.
INSERT INTO productos(codigo, descripcion, precio)
VALUES ('123', 'Galletas', 500),
('666', 'Detergente', 18.5),
('123', 'Croquetas', 22);
SELECT * FROM productos;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment