Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: help on query

    HI

    Select * from Customer Where (CUSTOMER = @customer Or @customer Is Null)

    AND (CITY = @id_city Or @id_city Is Null)

    AND (COUNTRY = @id_country or @id_country Is Null)

    Use the above query it...

Viewing post 1 (of 1 total)