<div dir="ltr">Google BigQuery now supports GROUP BY ALL clause. This clause infers groups by excluding:<br><br>1) expressions that are aggregate functions e.g. avg(), sum()<br>2) expressions that are windowing functions. e.g. COUNT(*) OVER ()<br><br>Support for GROUP BY ALL was also added to Snowflake late last year. I have been using it quite frequently in Snowflake, especially for adhoc exploratory queries. It makes writing exploratory queries a lot faster.<br><br>Sincerely,<br>Saqib<br><a href="https://qosf.com">https://qosf.com</a></div>