Forum Replies Created

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

  • RE: summing alpha columns

    I know. Not the way I would have designed it but I inherited this and am stuck using it.

  • RE: summing alpha columns

    SELECT

    [transaction_detail_id]

    ,[transaction_code]

    ,[transaction_short_desc]

    ,[transaction_desc]

    [highlight=#ffff11] ...

  • RE: summing alpha columns

    I have a table that has 15 varchar columns they all contain data like "ABC" or are null I am trying to find if any of these column have data...

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