You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the details - I’ve got a fix for this now but it might still be a while until the next release while I’m working on other areas. In the meantime you should get the expected results if you replace IN with = when you only want to update a single record.
Was trying to cleanup some duplicate records.
Ran this query:
Then went and attempted to deactivate the first duplicate record with this query:
but as you can see, it updated 2 records, rather than one. Looks to only be an issue with Top 1. Top 2 or more worked...
The text was updated successfully, but these errors were encountered: