ODBC guide

Read multiple orders by IDs


Gets multiple orders by supplying a comma-separated list of IDs in the ids parameter within the WITH clause.

SELECT * FROM Orders WITH(ids='1111111111111,2222222222222,3333333333333')