Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 27, 2020 02:14
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/f18bffe69db98ca73d899275541c119e to your computer and use it in GitHub Desktop.
Save parzibyte/f18bffe69db98ca73d899275541c119e to your computer and use it in GitHub Desktop.
create table personas(nombre text);
insert into personas(nombre) values('Parzibyte');
select * from personas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment