| 1 |
1.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fr_name AS fr_name_3, t0.iso2 AS iso2_4, t0.numeric_code AS numeric_code_5, t0.enabled AS enabled_6 FROM mve_misc_country t0 WHERE t0.enabled = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.fr_name AS fr_name_3, t0.iso2 AS iso2_4, t0.numeric_code AS numeric_code_5, t0.enabled AS enabled_6 FROM mve_misc_country t0 WHERE t0.enabled = 1 ORDER BY t0.name ASC;
|
| 2 |
0.95 ms |
SELECT t0.id AS id_1, t0.unique_id AS unique_id_2, t0.matricule_fiscal AS matricule_fiscal_3, t0.name AS name_4, t0.address AS address_5, t0.city AS city_6, t0.postal_code AS postal_code_7, t0.phone AS phone_8, t0.email AS email_9, t0.web_site AS web_site_10, t0.creation_date AS creation_date_11, t0.description AS description_12, t0.logo_url AS logo_url_13, t0.fav_icon_url AS fav_icon_url_14, t0.status AS status_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.sector_id AS sector_id_18, t0.country_id AS country_id_19, t0.tax_id AS tax_id_20 FROM mve_organizations_organization t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.unique_id AS unique_id_2, t0.matricule_fiscal AS matricule_fiscal_3, t0.name AS name_4, t0.address AS address_5, t0.city AS city_6, t0.postal_code AS postal_code_7, t0.phone AS phone_8, t0.email AS email_9, t0.web_site AS web_site_10, t0.creation_date AS creation_date_11, t0.description AS description_12, t0.logo_url AS logo_url_13, t0.fav_icon_url AS fav_icon_url_14, t0.status AS status_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.sector_id AS sector_id_18, t0.country_id AS country_id_19, t0.tax_id AS tax_id_20 FROM mve_organizations_organization t0 ORDER BY t0.name ASC;
|
| 3 |
0.76 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.fr_name AS fr_name_2, m0_.description AS description_3, m0_.icon AS icon_4, m0_.is_active AS is_active_5, m0_.sort_order AS sort_order_6, m0_.created_at AS created_at_7, m0_.updated_at AS updated_at_8 FROM mve_users_interest m0_ WHERE m0_.is_active = ? ORDER BY m0_.sort_order ASC, m0_.name ASC
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.fr_name AS fr_name_2, m0_.description AS description_3, m0_.icon AS icon_4, m0_.is_active AS is_active_5, m0_.sort_order AS sort_order_6, m0_.created_at AS created_at_7, m0_.updated_at AS updated_at_8 FROM mve_users_interest m0_ WHERE m0_.is_active = 1 ORDER BY m0_.sort_order ASC, m0_.name ASC;
|
| 6 |
0.64 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.fr_name AS fr_name_2, m0_.description AS description_3, m0_.fr_description AS fr_description_4, m0_.created_at AS created_at_5, m0_.updated_at AS updated_at_6, m0_.domain_id AS domain_id_7 FROM mve_users_speciality m0_
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.fr_name AS fr_name_2, m0_.description AS description_3, m0_.fr_description AS fr_description_4, m0_.created_at AS created_at_5, m0_.updated_at AS updated_at_6, m0_.domain_id AS domain_id_7 FROM mve_users_speciality m0_;
|