Я создаю отчет в php (mysql),
Пример:
`select count(id) as tot_user from user_table
select count(id) as tot_cat from cat_table
select count(id) as tot_course from course_table`
У меня есть 12 таблиц.
Могу ли я сделать это в одном запросе. Если бы я сделал? Процесс замедляется?