Skip to content

Instantly share code, notes, and snippets.

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