| 1 |
0.38 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.firstName AS firstName_5, t0.lastName AS lastName_6, t0.numeroId AS numeroId_7, t0.statut AS statut_8, t0.identifiantRfid AS identifiantRfid_9, t0.tempsPresenceTotal AS tempsPresenceTotal_10, t0.isVerified AS isVerified_11, t0.createdAt AS createdAt_12, t0.derniereConnexion AS derniereConnexion_13, t0.notificationEmail AS notificationEmail_14, t0.notificationPush AS notificationPush_15, t0.rappelReservation AS rappelReservation_16, t0.theme AS theme_17, t0.langue AS langue_18 FROM UTILISATEUR t0 ORDER BY t0.tempsPresenceTotal DESC LIMIT 20
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.firstName AS firstName_5, t0.lastName AS lastName_6, t0.numeroId AS numeroId_7, t0.statut AS statut_8, t0.identifiantRfid AS identifiantRfid_9, t0.tempsPresenceTotal AS tempsPresenceTotal_10, t0.isVerified AS isVerified_11, t0.createdAt AS createdAt_12, t0.derniereConnexion AS derniereConnexion_13, t0.notificationEmail AS notificationEmail_14, t0.notificationPush AS notificationPush_15, t0.rappelReservation AS rappelReservation_16, t0.theme AS theme_17, t0.langue AS langue_18 FROM UTILISATEUR t0 ORDER BY t0.tempsPresenceTotal DESC LIMIT 20;
|
| 2 |
0.25 ms |
SELECT t0.id AS id_1, t0.dateDebut AS dateDebut_2, t0.dateFin AS dateFin_3, t0.duree AS duree_4, t0.source AS source_5, t0.createdAt AS createdAt_6, t0.machineId AS machineId_7, t0.userId AS userId_8 FROM LOG_UTILISATION t0 WHERE t0.userId = ?
SELECT t0.id AS id_1, t0.dateDebut AS dateDebut_2, t0.dateFin AS dateFin_3, t0.duree AS duree_4, t0.source AS source_5, t0.createdAt AS createdAt_6, t0.machineId AS machineId_7, t0.userId AS userId_8 FROM LOG_UTILISATION t0 WHERE t0.userId = 1;
|
| 5 |
0.16 ms |
SELECT t0.id AS id_1, t0.dateDebut AS dateDebut_2, t0.dateFin AS dateFin_3, t0.duree AS duree_4, t0.source AS source_5, t0.createdAt AS createdAt_6, t0.machineId AS machineId_7, t0.userId AS userId_8 FROM LOG_UTILISATION t0 WHERE t0.userId = ?
SELECT t0.id AS id_1, t0.dateDebut AS dateDebut_2, t0.dateFin AS dateFin_3, t0.duree AS duree_4, t0.source AS source_5, t0.createdAt AS createdAt_6, t0.machineId AS machineId_7, t0.userId AS userId_8 FROM LOG_UTILISATION t0 WHERE t0.userId = 2;
|