Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to return ONE child row for each Parent row?

    Assuming you mean to get the latest pricing information for each asset based

    on the latest primary key in Pricing, then it will look like this:

    -- SQL Server 2000

    SELECT A.asset_name,

    P.phdate,

    P.price

    FROM Asset...

Viewing post 1 (of 1 total)