Skip to content

Instantly share code, notes, and snippets.

@ikks
Created August 13, 2012 22:42
Show Gist options
  • Save ikks/3344613 to your computer and use it in GitHub Desktop.
Save ikks/3344613 to your computer and use it in GitHub Desktop.
Añadir un dato a una tabla con hstore
INSERT INTO producto (nombre, atributos) VALUES (
'Bicicleta',
'color => "verde",
ruedas => 2,
tipo => "monareta"'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment