I have a query as:
select count(distinct sfdc_account_id),
from account
union
select count(distinct account_id),
from fct_acco
I want to know if both counts from above query are same or not? How to do this in matillion?
1
I have a query as:
select count(distinct sfdc_account_id),
from account
union
select count(distinct account_id),
from fct_acco
I want to know if both counts from above query are same or not? How to do this in matillion?
1