Update sql with current_timestamp

Update table with current time stamtp

 

UPDATE `name_of_table`

SET Name_of_column = CURRENT_TIMESTAMP

where id= 1(anything, which is you want to update)

Comments