I am generating a report in php (mysql),
ex:
`select count(id) as tot_user from user_table select count(id) as tot_cat from cat_table select count(
SELECT ( SELECT COUNT(*) FROM user_table ) AS tot_user, ( SELECT COUNT(*) FROM cat_table ) AS tot_cat, ( SELECT COUNT(*) FROM course_table ) AS tot_course