# Remplacer le type selon les besoins SELECT u.username, COUNT(tlc.id) as nb FROM TanLetContent tlc JOIN TanLet tl ON tl.id = tlc.id_tanlet JOIN fos_user u ON u.id = tl.fos_user_id WHERE tlc.content LIKE '%type\":\"calendrier\"%' GROUP BY u.id;