Hi
In Sql we are using the following expression,
SELECT * FROM Customers
WHERE City IN ('Paris','London','Berlin','Bangalore');
If we want to write the same in "CE function" then How we can write.
thanks
Bapin
Hi
In Sql we are using the following expression,
SELECT * FROM Customers
WHERE City IN ('Paris','London','Berlin','Bangalore');
If we want to write the same in "CE function" then How we can write.
thanks
Bapin