Je génère un rapport en php (mysql),
ex:
`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`
Comme ça, j'ai 12 tables.
Puis-je le faire en une seule requête. Si j'ai fait? Le processus devient lent?