| 1 |
0.41 ms |
SELECT t0.id_user AS id_user_1, t0.login_user AS login_user_2, t0.password_user AS password_user_3, t0.email_user AS email_user_4, t0.firstname_user AS firstname_user_5, t0.lastname_user AS lastname_user_6, t0.color_user AS color_user_7, t0.active AS active_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.id_usergroup AS id_usergroup_11 FROM user t0 WHERE t0.id_user = ?
SELECT t0.id_user AS id_user_1, t0.login_user AS login_user_2, t0.password_user AS password_user_3, t0.email_user AS email_user_4, t0.firstname_user AS firstname_user_5, t0.lastname_user AS lastname_user_6, t0.color_user AS color_user_7, t0.active AS active_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.id_usergroup AS id_usergroup_11 FROM user t0 WHERE t0.id_user = 109;
|
| 3 |
0.35 ms |
SELECT t0.id_tache AS id_tache_1, t0.name_tache AS name_tache_2, t0.description_tache AS description_tache_3, t0.duration_tache AS duration_tache_4, t0.duration_estimated_tache AS duration_estimated_tache_5, t0.priority_tache AS priority_tache_6, t0.status_tache AS status_tache_7, t0.order_tache AS order_tache_8, t0.active AS active_9, t0.archived AS archived_10, t0.archived_at AS archived_at_11, t0.date_insert AS date_insert_12, t0.due_date AS due_date_13, t0.reminder_datetime AS reminder_datetime_14, t0.id_lot AS id_lot_15, t0.id_tache_type AS id_tache_type_16, t0.id_tache_statut AS id_tache_statut_17, t0.id_tache_priorite AS id_tache_priorite_18, t0.created_by AS created_by_19 FROM tache t0 WHERE t0.id_tache = ?
SELECT t0.id_tache AS id_tache_1, t0.name_tache AS name_tache_2, t0.description_tache AS description_tache_3, t0.duration_tache AS duration_tache_4, t0.duration_estimated_tache AS duration_estimated_tache_5, t0.priority_tache AS priority_tache_6, t0.status_tache AS status_tache_7, t0.order_tache AS order_tache_8, t0.active AS active_9, t0.archived AS archived_10, t0.archived_at AS archived_at_11, t0.date_insert AS date_insert_12, t0.due_date AS due_date_13, t0.reminder_datetime AS reminder_datetime_14, t0.id_lot AS id_lot_15, t0.id_tache_type AS id_tache_type_16, t0.id_tache_statut AS id_tache_statut_17, t0.id_tache_priorite AS id_tache_priorite_18, t0.created_by AS created_by_19 FROM tache t0 WHERE t0.id_tache = 383;
|
| 4 |
0.37 ms |
SELECT t0.id_entry AS id_entry_1, t0.id_mtask AS id_mtask_2, t0.id_lot AS id_lot_3, t0.id_client_phone AS id_client_phone_4, t0.date_entry AS date_entry_5, t0.duration_entry AS duration_entry_6, t0.comment_entry AS comment_entry_7, t0.date_insert AS date_insert_8, t0.id_taskuser AS id_taskuser_9, t0.id_ticket AS id_ticket_10, t0.is_meeting AS is_meeting_11, t0.id_user AS id_user_12, t0.id_tache AS id_tache_13 FROM entry t0 WHERE t0.id_tache = ? ORDER BY t0.date_entry DESC
SELECT t0.id_entry AS id_entry_1, t0.id_mtask AS id_mtask_2, t0.id_lot AS id_lot_3, t0.id_client_phone AS id_client_phone_4, t0.date_entry AS date_entry_5, t0.duration_entry AS duration_entry_6, t0.comment_entry AS comment_entry_7, t0.date_insert AS date_insert_8, t0.id_taskuser AS id_taskuser_9, t0.id_ticket AS id_ticket_10, t0.is_meeting AS is_meeting_11, t0.id_user AS id_user_12, t0.id_tache AS id_tache_13 FROM entry t0 WHERE t0.id_tache = 383 ORDER BY t0.date_entry DESC;
|