Is there a way to md5sum a row in a SQL table to check whether any column has been modified?
I would like to check whether any particular column has been changed ver
Get all row, do the md5 of each column and compare it with the md5 of the correspondent column in the previous data.