我的查詢: `SELECT gft_key,
DonorCustomer.cst_ind_full_name_dn as 'Full Name',
DonorCustomer.cst_ixo_title_dn as 'Job Title',
DonorCustomer.cst_org_name_dn as 'Organization',
DonorCustomer.cst_eml_addr
是否可以查詢Google表格中的數據行? EX:
ROW1 A B B
ROW2 100 100 200
我想要做的是按ROW1組和ROW2的SUM。 期望的結果 A B
100 300
我已經試過= query(A1:C2,"select sum(A2:C2)",1),看看它吐出的任何信息。但我得到的只有#VALUE! Unable to parse query string fo