Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 15, 2022 19:10
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/b017621ec6ac6a5d89e968992368bd1a to your computer and use it in GitHub Desktop.
Save parzibyte/b017621ec6ac6a5d89e968992368bd1a to your computer and use it in GitHub Desktop.
CREATE TABLE horarios(
id_usuario int,
entrada varchar(5),
salida varchar(5)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment