Skip to content

Instantly share code, notes, and snippets.

@tell-k
Created September 14, 2012 15:36
Show Gist options
  • Save tell-k/3722704 to your computer and use it in GitHub Desktop.
Save tell-k/3722704 to your computer and use it in GitHub Desktop.
SELECT * FROM entries WHERE entries.id = 1 LIMIT 1
UPDATE entries SET text="hogehoge" WHERE entries.id = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment