JohnyHooker
Programmer
I need to SELECT about five Count(*)s in one query - something like
SELECT Count(*) FROM table1, Count(*) FROM table2; etc.
Anybody knows how to do this ??
Thanks much, Hooker
SELECT Count(*) FROM table1, Count(*) FROM table2; etc.
Anybody knows how to do this ??
Thanks much, Hooker