Home Forums SQL Server 7,2000 T-SQL Using the IN operator with two variable RE: Using the IN operator with two variable

  • T-SQL :

    Select * from Gecoserv where typeOfEcosystem IN (:typeNameList) AND service IN (:serviceNameList)