8. SQL Statements : UPDATE : Permissions
 
Share this page                  
Permissions
You must own the table or have UPDATE privilege. If the statement contains a WHERE clause that specifies columns of the table being updated, you must have both SELECT and UPDATE privileges; otherwise, UPDATE privilege alone is sufficient.