Viewing 2 posts - 1 through 2 (of 2 total)
newbie reply.....
My understanding is that GROUP BY clauses work in conjunction with aggregate queries, such as SUM, AVG, etc.
For example, if you have a list of cars and want to...
March 7, 2009 at 8:36 am
#955471
Newbie to newbie -
To view list of tables I run
sp_tables
Let's say there's a table called "ITEMS", to see its columns I run
sp_columns ITEMS
Gets the job done but if there's...
March 6, 2009 at 3:17 pm
#955305