我有一个表,我正在使用组来获得每个国家的分组总和 Select country,count(country) from `xyz.xyz.call_stats` where fan_out = 100:00' and '2021-05-18 00:00:00' group by country 它给了我以下格式的值:- Row country f0_
6
我在谷歌工作表中有一个查询公式,它根据我的谷歌工作表中的其他数据列进行更新,此处是=QUERY('Deals List - URL Split'!A:DZ, "select A, C where C contains 'http'",);QUERY('Deals List - URL Split'!A:DZ, "select A, E where E contains 'http'",)
我想要做的就是