Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 15, 2019 21:52
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/80ba32c02beb9dd47ebb6d7c50ac90d7 to your computer and use it in GitHub Desktop.
Save parzibyte/80ba32c02beb9dd47ebb6d7c50ac90d7 to your computer and use it in GitHub Desktop.
/*
Consultar en donde estén suscritos
*/
select * from usuarios where suscrito = 1;
/*
Consultar en donde no
*/
select * from usuarios where suscrito = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment