Hello,

I tried searching for this in the mailing list archive but could not find
an answer. I want to get the row counts from multiple tables, something
along the lines of

    select count(t1.first_column), count(t2.first_column) from t1, t2;

But this query as is does not work.

Apologies if this has been explained before.

Thanks
Sarma


-- 
0 1 0
0 0 1
1 1 1

Reply via email to