v8.1 / v8.3
A colleague found out the hard way that if you sort the result set from a query in the DB query browser and then edit the records and apply them, the edits are applied to the same selected indexes (not ids), of the unsorted table data. I.e. it will most likely edit the wrong records ![]()
This could be catastrophic for your table data.
Note in the screen capture the critical part is sorting the field, in this case the "name" field so that it reorders the data.