I\'m doing an update query with PDO. I would like to figure out if my update query did not change anything in the database, since:
You could add conditionals to your 'where' clause so such as " and ColumnToUpdate <> 'NewValue'"