Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Query

    Query

    What will happen if following query get executed:

    select CategoryID, Quantity, Price

    from Customer c, SalesOrderDetail sod

    where sod.clientid in (select customerid where pricingplan='X')

    In this Query options nothing was spoken about pricingplan column.

    If...

Viewing post 1 (of 2 total)