Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Group By clause

    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...

  • RE: Querying a database for a list of tables

    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...

Viewing 2 posts - 1 through 2 (of 2 total)