Getting frustrated with my lack of SQL-foo ...<BR><BR>I want to update my 'main' table based on the query of an 'editor' table (a copy of the 'main' table with the additional field named delta which ...
So I am trying to write an update statement that uses two factors to determine the new value of the field, one of the factors is an aggregate function (COUNT). I get the error: An aggregate may not ...