SyntaxFix
Write A Post
Hire A Developer
Questions
My experience is with SQL Server, but could you do:
select (select count(*) from table1) as count1, (select count(*) from table2) as count2
In SQL Server I get the result you are after.