Official reference for Google Spreadsheet Api Structured Query syntax

空扰寡人 提交于 2019-12-23 19:25:31

问题


I'm looking for the official reference for the query syntax used for creating structured queries for requesting rows in the Google Spreadsheet API, as discussed here

The only example given is:

 GET https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full?sq=age>25%20and%20height<175

There must be some references of the query syntax used somewhere?

In particular I want to know how to query for all rows (containing column a and b) for which val(a) != val(b)

来源:https://stackoverflow.com/questions/25732784/official-reference-for-google-spreadsheet-api-structured-query-syntax

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!