4.13 ms (76.04%)
|
15 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.quartier AS quartier_3, t0.commune AS commune_4, t0.adresse AS adresse_5, t0.telephone AS telephone_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.id_groupe AS id_groupe_9, t0.created_at AS created_at_10, t0.deleted_at AS deleted_at_11, t0.status AS status_12, t0.is_mutuelle AS is_mutuelle_13, t0.code AS code_14, t0.image AS image_15, t0.id_ville_id AS id_ville_id_16 FROM pharmacie t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.quartier AS quartier_3, t0.commune AS commune_4, t0.adresse AS adresse_5, t0.telephone AS telephone_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.id_groupe AS id_groupe_9, t0.created_at AS created_at_10, t0.deleted_at AS deleted_at_11, t0.status AS status_12, t0.is_mutuelle AS is_mutuelle_13, t0.code AS code_14, t0.image AS image_15, t0.id_ville_id AS id_ville_id_16 FROM pharmacie t0 WHERE t0.id = 34;
|
0.66 ms (12.14%)
|
1 |
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.password AS password_5, u0_.password_default AS password_default_6, u0_.created_at AS created_at_7, u0_.deleted_at AS deleted_at_8, u0_.one_connexion AS one_connexion_9, u0_.roles AS roles_10, u0_.fcm_token AS fcm_token_11, u0_.id_statut_id AS id_statut_id_12, u0_.id_restaurant_id AS id_restaurant_id_13, u0_.id_pharmacie_id AS id_pharmacie_id_14 FROM `user` u0_ INNER JOIN status_user s1_ ON u0_.id_statut_id = s1_.id WHERE s1_.id IN (?, ?) AND u0_.deleted_at IS NULL ORDER BY u0_.id DESC
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.password AS password_5, u0_.password_default AS password_default_6, u0_.created_at AS created_at_7, u0_.deleted_at AS deleted_at_8, u0_.one_connexion AS one_connexion_9, u0_.roles AS roles_10, u0_.fcm_token AS fcm_token_11, u0_.id_statut_id AS id_statut_id_12, u0_.id_restaurant_id AS id_restaurant_id_13, u0_.id_pharmacie_id AS id_pharmacie_id_14 FROM `user` u0_ INNER JOIN status_user s1_ ON u0_.id_statut_id = s1_.id WHERE s1_.id IN (1, 2) AND u0_.deleted_at IS NULL ORDER BY u0_.id DESC;
|
0.64 ms (11.82%)
|
1 |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.password AS password_6, t0.password_default AS password_default_7, t0.created_at AS created_at_8, t0.deleted_at AS deleted_at_9, t0.one_connexion AS one_connexion_10, t0.roles AS roles_11, t0.fcm_token AS fcm_token_12, t0.id_statut_id AS id_statut_id_13, t0.id_restaurant_id AS id_restaurant_id_14, t0.id_pharmacie_id AS id_pharmacie_id_15 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.password AS password_6, t0.password_default AS password_default_7, t0.created_at AS created_at_8, t0.deleted_at AS deleted_at_9, t0.one_connexion AS one_connexion_10, t0.roles AS roles_11, t0.fcm_token AS fcm_token_12, t0.id_statut_id AS id_statut_id_13, t0.id_restaurant_id AS id_restaurant_id_14, t0.id_pharmacie_id AS id_pharmacie_id_15 FROM `user` t0 WHERE t0.id = 2;
|