Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created September 3, 2013 11:06
Show Gist options
  • Save tatuas/6422497 to your computer and use it in GitHub Desktop.
Save tatuas/6422497 to your computer and use it in GitHub Desktop.
MySQLでデータ更新
// ex) $ update table set path='/home/me/' where id=2;
$ update tablemane set element='' where id=idnum;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment