MySQL – Cannot change value of float field
I have a table structure like this: Table Name: tbl_inventory_stock id, INT, Primary Key product_id, INT store_id, INT inventory_stok FLOAT The value of a record that I want to update is like this: id: 622 product_id: 2364 store_id: 6 inventory_stok:…