0.22 ms (28.94%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 ORDER BY t0.score_total DESC
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 ORDER BY t0.score_total DESC;
|
0.20 ms (26.28%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 ORDER BY t0.score_total DESC LIMIT 10
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 ORDER BY t0.score_total DESC LIMIT 10;
|
0.18 ms (24.19%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.role AS role_6, t0.score_total AS score_total_7, t0.total_co2 AS total_co2_8, t0.created_at AS created_at_9, t0.equipe_id AS equipe_id_10 FROM user t0 WHERE t0.id = 31;
|
0.15 ms (20.58%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.score_equipe AS score_equipe_3, t0.code_invitation AS code_invitation_4, t0.created_at AS created_at_5 FROM equipe t0 ORDER BY t0.score_equipe DESC LIMIT 10
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.score_equipe AS score_equipe_3, t0.code_invitation AS code_invitation_4, t0.created_at AS created_at_5 FROM equipe t0 ORDER BY t0.score_equipe DESC LIMIT 10;
|