odataorg.github.io icon indicating copy to clipboard operation
odataorg.github.io copied to clipboard

How can I change SQL Query to Odata Query

Open Sam00900 opened this issue 9 years ago • 1 comments

Hi, How can I convert This SQL Query to Odata Query

SELECT FirstName, LastName, MobileNo, COUNT(1) as CNT FROM CUSTOMER GROUP BY FirstName, LastName, MobileNo;

Sam00900 avatar Mar 10 '16 04:03 Sam00900

A possible way is to use the online sql editor. It is closed source but when you execute this query using sql on an OData source such as exact online you can find the OData calls in select * from sessionios

monty241 avatar Oct 28 '16 21:10 monty241