I currently have a mysql(3.23.44-nt) table which stores data in the columns DateTimeIn and DateTimeOut. The data type of the two columns is timestamp (14 characters). The problem is when I run the following query (from php or mysql), "Update table SET DateTimeOut = SYSDATE()"; ,it updates both columns (DateTimeIn and DateTimeOut).