Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

I'm trying to automate a process in Teradata, if the count is greater than 5 then do not execute the below statement - forum topic by Pawankumar

$
0
0

--------------------------------------------------
i'm trying to automate a query that i have written , here i want to enable a QC check:
--------------------------------------------------
if count on tableX is > 5
then donot execute any statements below;
 
create volatile table T1 as
(
select * from TableA;
) with data
on commit preserve rows;
create volatile table t2 as
(
select * from TableB;
) with data
on commit preserve rows;

Forums: 

Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>