select (select count(*) from table_a) A, (select count(*) from table_b) B,
I'm pretty sure there are other ways, of course (looks like a friend of mine just came up with one that actually doesn't need the dual table; hence, it's portable).
I thought I'd store and share that information
Another way (Score:1)
Re:Another way (Score:1)
Hum... but I can't seem to put that code to work... :-|
Re:Another way (Score:1)
Re:Another way (Score:1)
That was also not the solution from my friend... I already asked him again... he's trying to remember :-)