Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SQL Query....

    Thanks for all your responses.

    I wanted to avoid creating a temp table for this process so I have opted to use the

    SELECT LocationId, MaterialId, Duration

    FROM (

    SELECT LocationId, MaterialId,...

Viewing post 1 (of 2 total)