Software
>>
Services
>>
RDBMS
>>
MySQL
>>
How to perform update
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
Please enable JavaScript to view the
comments powered by Disqus.