I am looking for an official link for the query syntax used to create structured queries for querying strings in the Google Spreadsheet API, as discussed here
The only example:
GET https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full?sq=age>25%20and%20height<175
Should there be any links to the query syntax used somewhere?
In particular, I want to know how to query all rows (containing columns aand b) for whichval(a) != val(b)
source
share