The official link to the syntax of a structured query Google Spreadsheet Api Structured Query

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)

+4
source share

All Articles