Is there a way to add a row with totals in my result set, e.g. ms-sql ROLLUP? I want to avoid using an extra query for these totals.
Edited: BigQuery now supports the ROLLUP statement. See the docs request link for more information .
Update . Since this question was submitted, BigQuery implemented a support offer GROUP BY ROLLUPthat is compliant with the SQL standard. This is described here: https://cloud.google.com/bigquery/query-reference#groupby
GROUP BY ROLLUP
Source: https://habr.com/ru/post/1531372/More articles:Прерывание потока в java - javaSQL Server Query by Week - sqlGetting R squared from a multilevel model of a mixed effect in a metaphor - rAccess Gitlab File Files - gitlabAngular expression to test if a model is an array or an object - angularjsangularjs - как получить в контроллере индекс элемента в ng-повторном фильтре на основе значения одного из его свойств? - angularjsGrouping unique values in a vector and placing them in a matrix - sortingUse Windows Automation to find and invoke a button that has no ancestors - c #[EndpointNotFoundException: не было прослушивание конечных точек в - web-servicesWeb site code cannot connect to the soap service on the same server - soapAll Articles