Simplify your workflow in minutes.
Don't have an account yet? Sign up.
Another quick fix to clean up the database a bit.
Run the following query to delete all attribute values for items that does not exist.
Delete From itemfieldvalue Where itemid Not In (Select itemid From item)