Resolved! How to use 'distinctcount' clause in ADQL
hello folks, I want to basically get count of distinct 'fieldname' . When I write the following query, it won't work. SELECT distinctcount(bb) FROM transactions WHERE application = "PROD" AND transactionName = "aaa" AND segments.userData.eReceipt...