0.83 ms (31.03%)
|
1 |
SELECT t0.name AS name_1, t0.note AS note_2, t0.manager AS manager_3, t0.reference AS reference_4, t0.phone AS phone_5, t0.description AS description_6, t0.website AS website_7, t0.email AS email_8, t0.phone2 AS phone2_9, t0.view_number AS view_number_10, t0.verified AS verified_11, t0.score AS score_12, t0.keywords AS keywords_13, t0.place_id AS place_id_14, t0.platform AS platform_15, t0.version AS version_16, t0.google_type AS google_type_17, t0.google_photos AS google_photos_18, t0.map_url AS map_url_19, t0.weekday_text AS weekday_text_20, t0.enabled AS enabled_21, t0.ranks AS ranks_22, t0.full_address AS full_address_23, t0.latitude AS latitude_24, t0.longitude AS longitude_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.slug AS slug_28, t0.id AS id_29, t0.facebook AS facebook_30, t0.youtube AS youtube_31, t0.instagram AS instagram_32, t0.twitter AS twitter_33, t0.google_plus AS google_plus_34, t0.region_id AS region_id_35, t0.commune_id AS commune_id_36, t0.city_id AS city_id_37, t0.quartier_id AS quartier_id_38, t0.sub_prefecture_id AS sub_prefecture_id_39, t0.prefecture_id AS prefecture_id_40, t0.campagne_id AS campagne_id_41, t0.operator_id AS operator_id_42, t0.quotation_id AS quotation_id_43 FROM establishment t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"glc-kenende"
]
SELECT
t0.name AS name_1,
t0.note AS note_2,
t0.manager AS manager_3,
t0.reference AS reference_4,
t0.phone AS phone_5,
t0.description AS description_6,
t0.website AS website_7,
t0.email AS email_8,
t0.phone2 AS phone2_9,
t0.view_number AS view_number_10,
t0.verified AS verified_11,
t0.score AS score_12,
t0.keywords AS keywords_13,
t0.place_id AS place_id_14,
t0.platform AS platform_15,
t0.version AS version_16,
t0.google_type AS google_type_17,
t0.google_photos AS google_photos_18,
t0.map_url AS map_url_19,
t0.weekday_text AS weekday_text_20,
t0.enabled AS enabled_21,
t0.ranks AS ranks_22,
t0.full_address AS full_address_23,
t0.latitude AS latitude_24,
t0.longitude AS longitude_25,
t0.created_at AS created_at_26,
t0.updated_at AS updated_at_27,
t0.slug AS slug_28,
t0.id AS id_29,
t0.facebook AS facebook_30,
t0.youtube AS youtube_31,
t0.instagram AS instagram_32,
t0.twitter AS twitter_33,
t0.google_plus AS google_plus_34,
t0.region_id AS region_id_35,
t0.commune_id AS commune_id_36,
t0.city_id AS city_id_37,
t0.quartier_id AS quartier_id_38,
t0.sub_prefecture_id AS sub_prefecture_id_39,
t0.prefecture_id AS prefecture_id_40,
t0.campagne_id AS campagne_id_41,
t0.operator_id AS operator_id_42,
t0.quotation_id AS quotation_id_43
FROM
establishment t0
WHERE
t0.slug = ?
LIMIT
1
SELECT t0.name AS name_1, t0.note AS note_2, t0.manager AS manager_3, t0.reference AS reference_4, t0.phone AS phone_5, t0.description AS description_6, t0.website AS website_7, t0.email AS email_8, t0.phone2 AS phone2_9, t0.view_number AS view_number_10, t0.verified AS verified_11, t0.score AS score_12, t0.keywords AS keywords_13, t0.place_id AS place_id_14, t0.platform AS platform_15, t0.version AS version_16, t0.google_type AS google_type_17, t0.google_photos AS google_photos_18, t0.map_url AS map_url_19, t0.weekday_text AS weekday_text_20, t0.enabled AS enabled_21, t0.ranks AS ranks_22, t0.full_address AS full_address_23, t0.latitude AS latitude_24, t0.longitude AS longitude_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.slug AS slug_28, t0.id AS id_29, t0.facebook AS facebook_30, t0.youtube AS youtube_31, t0.instagram AS instagram_32, t0.twitter AS twitter_33, t0.google_plus AS google_plus_34, t0.region_id AS region_id_35, t0.commune_id AS commune_id_36, t0.city_id AS city_id_37, t0.quartier_id AS quartier_id_38, t0.sub_prefecture_id AS sub_prefecture_id_39, t0.prefecture_id AS prefecture_id_40, t0.campagne_id AS campagne_id_41, t0.operator_id AS operator_id_42, t0.quotation_id AS quotation_id_43 FROM establishment t0 WHERE t0.slug = 'glc-kenende' LIMIT 1;
|