hi,
How can I do to have one SELECT clause returning 1 rows with sum of counted rows in table t1 and T2 ..

select count(*) from t1
union all
select count(*) from t2