Read multiple customers by IDs
Gets multiple customers by supplying a comma-separated list of IDs in the ids parameter within the WITH clause.
SELECT * FROM Customers
WITH (ids='1111111111111,2222222222222,3333333333333')
Gets multiple customers by supplying a comma-separated list of IDs in the ids parameter within the WITH clause.
SELECT * FROM Customers
WITH (ids='1111111111111,2222222222222,3333333333333')