I have a table of 65,957 rows containing a processed flag column which are all set to 0. I am trying to take half of the rows and change that processed flag column to 5.
Table structure:
person, username, idnumber, code, value, time, processed
A person can be in the table multiple times.