You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| GET | Retrieve row(s) in a single sheet. | Y | Y | Y | Y |
56
-
| GET MANY | Retrieve rows from multiple sheets. | N | N | N | N |
57
-
| QUERY | Retrieve data from a single sheet via the Google's[Query Visualization Language](https://developers.google.com/chart/interactive/docs/querylanguage#case-sensitivityhttps:/). | Y | Y | Y | Y |
58
-
| UPDATE | Update rows in a single sheet. | Y | Y | Y | Y |
59
-
| APPEND | Add rows to a single sheet. | Y | Y | Y | Y |
60
-
| DELETE | Delete rows from a single sheet. | Y | Y | Y | Y |
|[GET](#using-get)| Retrieve row(s) in a single sheet.| Y | Y | Y | Y |
56
+
|[GET MANY](#using-get-many)| Retrieve rows from multiple sheets.| N | N | N | N |
57
+
|[QUERY](#using-query)| Retrieve data from a single sheet via the Google's[Query Visualization Language](https://developers.google.com/chart/interactive/docs/querylanguage#case-sensitivityhttps:/). | Y | Y | Y | Y |
58
+
|[UPDATE](#using-update)| Update rows in a single sheet.| Y | Y | Y | Y |
59
+
|[APPEND](#using-append)| Add rows to a single sheet.| Y | Y | Y | Y |
60
+
|[DELETE](#using-delete)| Delete rows from a single sheet.| Y | Y | Y | Y |
| FROM | Used to select the target sheet for all following queries. Returns a GQueryTable. |
67
-
| SELECT | Used to select specific columns to return. Returns a GQueryTableFactory. |
68
-
| WHERE | Used to filter rows based on a condition. Returns a GQueryTableFactory. |
69
-
| JOIN| Used to join with another sheet based on the sheet's column, a join column, and allows a selection of different columns to return. Returns a GQueryTableFactory. |
| FROM | Used to select the target sheet for all following queries. Returns a GQueryTable. |
67
+
| SELECT | Used to select specific columns to return. Returns a GQueryTableFactory. |
68
+
| WHERE | Used to filter rows based on a condition. Returns a GQueryTableFactory. |
69
+
|[JOIN](#using-joins)| Used to join with another sheet based on the sheet's column, a join column, and allows a selection of different columns to return. Returns a GQueryTableFactory. |
0 commit comments