Php versions – php mysql UPDATE CASE usage where the fields to be updated are different for each row
CONTEXT: I have a mysql version 8 table as follows. id | field1 | field2 | ...... | field10 | timeStamp _______________________________________________________________ fieldN are float datatype. id is unique, and indexed. The values that need to go into this table…