Skip to content

Instantly share code, notes, and snippets.

@PradalCyril
Created December 4, 2018 22:18
Show Gist options
  • Select an option

  • Save PradalCyril/759b22cbed81e598f3d50e66e5dccd33 to your computer and use it in GitHub Desktop.

Select an option

Save PradalCyril/759b22cbed81e598f3d50e66e5dccd33 to your computer and use it in GitHub Desktop.
UPDATE movies
SET name="Men in Black"
WHERE id=5;
UPDATE movies
SET name="Deadpool", poster="https://upload.wikimedia.org/wikipedia/en/thumb/2/23/Deadpool_%282016_poster%29.png/220px-Deadpool_%282016_poster%29.png"
WHERE id=8;
UPDATE movies
SET comment=""
WHERE id=10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment