Skip to content

Instantly share code, notes, and snippets.

@JeromeBATAILLE
Last active November 27, 2018 16:37
Show Gist options
  • Save JeromeBATAILLE/e0cae4fa7c116746a329aca4e121df38 to your computer and use it in GitHub Desktop.
Save JeromeBATAILLE/e0cae4fa7c116746a329aca4e121df38 to your computer and use it in GitHub Desktop.
SQL 4 - Supprimer des informations
DELETE FROM `movie` WHERE id='5';
DELETE FROM `movie` WHERE id > '10';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment