News

If you have an aggregation function (sum, avg, count) in your select clause or if you have a group by clause, all of your columns must be aggregated or grouped.<BR><BR>In the version of SQL that I ...
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 ...