Forum Replies Created

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

  • RE: Aggregates

    Sorry about that, I was just trying to save space since the tables have an extreme amount of columns, guess I should check my re-typing of the data before I...

  • RE: Aggregates

    Thanks for getting back to me so easy.

    Here is the Teams table structure

    -- TEAM TABLE

    CREATE TABLE TEAMS(

    UID int IDENTITY(1,1) NOT NULL PRIMARY KEY,

    ...

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