I am using external database connector module to connect to an external database. My sql statement has in clause in the select query statement. How do I pass values for in clause as parameters. SELECT * FROM Customers WHERE Country IN ('Germany', 'France', 'UK'); Please let me know if this is possible to achieve using external database connector module. Or should I switch to database connector module. Another question is can I use both modules at the same time executing simple queries with external database connector and switching to database connector for more complex queries.
↧