Skip to content

Instantly share code, notes, and snippets.

@JeromeBATAILLE
Created November 27, 2018 15:01
Show Gist options
  • Save JeromeBATAILLE/24175787606fc23e99d7175836c27e49 to your computer and use it in GitHub Desktop.
Save JeromeBATAILLE/24175787606fc23e99d7175836c27e49 to your computer and use it in GitHub Desktop.
SQL 2 - Insérer des informations
INSERT INTO `movie` VALUES (null,'Interstellar','https://www.gravatar.ghdjecjecvd.com','Best space opera ever!');
INSERT INTO `movie`(`name`, `poster`, `comment`) VALUES ('Matrix','https://WWW.gravatar.gkuegde.com','Welcome to the real world');
INSERT INTO `movie`(`name`, `poster`, `comment`) VALUES ('Matrix','https://WWW.gravatar.gkuegde.com','Welcome to the real world'), ('Matrix Reloaded','https://WWW.gravatar.gkuegde.com','The game has changed'), ('Matrix Revolution','https://WWW.gravatar.gkuegde.com','Liberty');
INSERT INTO `movie`(`name`) VALUES ('Inception');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment