Forum Replies Created

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

  • RE: how to denormalize in query?

    many thanks,Ken!

    why didnt i come up with this. orz...

  • RE: how to denormalize in query?

    thanks, Ninja's_RGR'us and Amit Kumar, for your kindly reply.

    i try to do my query like this:

    Select

    a.ShipName,a.FishingDate,a.FishingLocation,

    case when b.FishSpecies = 'Jack' THEN b.CatchNumber ELSE NULL END as Jack,

    case when b.FishSpecies...

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