Refresh table field even if entry is equal to defined

0

I have a table in the database and I am normally performing insert, delete, update, select operations. During a test I ran an update of a field with the same information that is defined in the database and generated a failure. Is there any way to successfully run update in a field, even if what is set is equal to the input?

    
asked by anonymous 25.11.2017 / 02:19

0 answers