update

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

update [2016/03/23 07:19]
dmtolpeko created
update [2016/03/23 07:19] (current)
dmtolpeko
Line 11: Line 11:
   ​   ​
 UPDATE table_name UPDATE table_name
-  SET (col [,coln]...) = (expr [, exprn] ... | select_statement)+  SET (col [, coln] ...) = (expr [, exprn] ... | select_statement)
   [WHERE condition]   [WHERE condition]
 </​code>​ </​code>​