Mysql the amount field of a table, how can I modify the operation?

1 / modify the amount field after recharging, is it better to use money=money+123 directly?
2 / or find out the data first and use the php accurate calculation function bcadd () to complete the calculation and then update the data, which will be one more step than the first query.
I don"t know whether the mysql floating-point calculation is accurate

.
Apr.21,2021

what is the database field type
float/double has precision limits. Generally use integer (unit points) or decimal deposit amount

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36d8b-2b892.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36d8b-2b892.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?