I would like to update value in productcatergory from bike to bikes in id 1 (row)
mysql> select * from productsale;
+----+------------------+--------+------------------+--------------+-------------+-------------+-----------+------------+
| id | productcatergory | color | productname | standardcost | dealerprice | salesamount | taxamount | orderdate |
+----+------------------+--------+------------------+--------------+-------------+-------------+---------
| 1 | bike | yellow | road-550-w,38 | 413 | 419 | 699 | 56 | 2015-05-25 |
| 2 | bikes | black | Road-650,58 | 413 | 419 | 699 | 56 | 2015-05-10 |
| 3 | components | black | HL Road Frame,44 | 413 | 419 | 699 | 56 | 2015-04-29 |
+----+------------------+--------+------------------+--------------+-------------+-------------+---------
kindly help me how to do?