how to retrieve groupby results from a table using URL query?
ex:table name: salesDataDAY SALESMon 12Tue 66wed 33Thu 45Fri 68I would like to get the above results in JSON format while querying through URL but i dont know how to use groupby function in url to q...
