Hi Experts,
I am just Learner of MDX.Could you please help me in replacing the t-sql with MDX statements.
select *
FROM cust where cust_id not in(select distinct cust_id from gld_cust where is_actv=1)
Thanks in advance
Best Reagrds
Chintu
Hi Experts,
I am just Learner of MDX.Could you please help me in replacing the t-sql with MDX statements.
select *
FROM cust where cust_id not in(select distinct cust_id from gld_cust where is_actv=1)
Thanks in advance
Best Reagrds
Chintu