Forum Replies Created

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

  • RE: Odd row and even Row side by side.

    Seems easy and workable... i shall try out on this... hope it really gives me what i wanted... thanks in advance(if works)...

    John Mitchell-245523 (1/23/2014)


    Fairly simple in T-SQL, as well:

    SELECT

    a.RowNumber

    ,a.name

    ,a.dQty

    ,a.Price

    ,b.RowNumber

    ,b.name

    ,b.dQty

    ,b.Price

    FROM

    MyTable a

    LEFT...

  • RE: Odd row and even Row side by side.

    this result i need to present out at C1ReportDesigner

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