Focal Point
can you create a subquery in DMC and how

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/8187060416

December 08, 2011, 01:16 PM
Gabe
can you create a subquery in DMC and how
I have this small subquery that runs in teradata
select BASE ,
CUR, CVGE from Stg_Cv
where k_acctN in(select MacctN from
Tg_Cv
where acct_Id in (select Prod_Id
FROM Cv_Unit)

and I want to run it in DMC what is my steps or how do i do this


WebFOCUS 7.6
Windows, All Outputs
December 09, 2011, 10:12 AM
Clif
You can just type a subquery in a WHERE condition in the calculator.

OTOH in 7.7 for a subquery in the FROM list you add an SQL object to the flow.


N/A