What\'s wrong with this query:
SELECT co.*, mod.COUNT(*) as moduleCount, vid.COUNT(*) as vidCount FROM courses as co, modules as mod, videos as vid WHERE
i have better solution and easy
SELECT COUNT(*),(SELECT COUNT(*) FROM table2) FROM table1