Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Aggregating a bit column

    ie.

    SELECT ParentTable.*, MAX(CAST(ChildTable.bitcol1 AS smallint)), MAX(CAST(ChildTable.bitcol2 AS smallint)), MAX(CAST(ChildTable.bitcol3 AS smallint))......

  • RE: Aggregating a bit column

    Hi,

    unfortunately there are 3 columns on my child table i want to summarize so that query would get pretty cumbersome. I think casting the bits will probably be a more...

  • RE: Aggregating a bit column

    ParentTable

    ------------------------------------------------------

    ParentIDCol SomeDataCol

    ------------------------------------------------------

    1 information

    2 ...

Viewing 3 posts - 1 through 4 (of 4 total)