Concurrency violation when updating
Posted: Mon 20 May 2013 17:45
I'm using Query Builder in version 6.0.128 Professional Edition and getting the messages "Update operation affected 0 records due to possible concurrency violation."
Here's the query I'm using:
SELECT s.name, c.category FROM s LEFT JOIN c ON s.id = c.ID WHERE c.category IS NULL
When I select table c from the dropdown menu and try to enter a value, I get the error message. Can I not edit the data this way because I'm using the table in the query? If not, is there a way to do this?
Here's the query I'm using:
SELECT s.name, c.category FROM s LEFT JOIN c ON s.id = c.ID WHERE c.category IS NULL
When I select table c from the dropdown menu and try to enter a value, I get the error message. Can I not edit the data this way because I'm using the table in the query? If not, is there a way to do this?