I am having trouble linking four count statements. Each statment is a
count for a different table. The statements can be seen below;
select count (*) from xwrsct01
select count (*) from xwrmvt01
select count (*) from xtrdlt01
select count (*) from xtrvrt01
I need the statement to return seperate values for each table.
Any help would be appreciated.
count for a different table. The statements can be seen below;
select count (*) from xwrsct01
select count (*) from xwrmvt01
select count (*) from xtrdlt01
select count (*) from xtrvrt01
I need the statement to return seperate values for each table.
Any help would be appreciated.
Comment