News

BR><BR>Is there a way to use aggregate functions and only group on specific keys, rather than every column? For instance, I have the following query a lot.<BR><BR>Select (lots of junk), Count ...
I realized how much easier my life would be if SQL had a mode() aggregate function. (I'm using it in the mathematical sense). I'm guessing that either I use SQL in a wierd way or there is a good ...