1 |
0.70 ms |
SELECT t0.id AS id_1, t0.categorie AS categorie_2, t0.nom_an AS nom_an_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.logo AS logo_6, t0.image_size AS image_size_7, t0.email AS email_8, t0.address AS address_9, t0.website AS website_10, t0.updated_at AS updated_at_11, t0.user_an_id AS user_an_id_12 FROM annuaire t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.categorie AS categorie_2, t0.nom_an AS nom_an_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.logo AS logo_6, t0.image_size AS image_size_7, t0.email AS email_8, t0.address AS address_9, t0.website AS website_10, t0.updated_at AS updated_at_11, t0.user_an_id AS user_an_id_12 FROM annuaire t0 WHERE t0.id = '12';
|
2 |
0.20 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.type_compte AS type_compte_6, t1.is_verified AS is_verified_7, t1.tel AS tel_8, t1.approve AS approve_9, t1.facebook_id AS facebook_id_10, t1.is_super_admin AS is_super_admin_11, t1.facebook AS facebook_12, t1.twitter AS twitter_13, t1.instagram AS instagram_14, t1.linkedin AS linkedin_15, t1.youtube AS youtube_16, t1.whatsapp AS whatsapp_17, t1.pinterest AS pinterest_18, t1.facebook_access_token AS facebook_access_token_19, t1.twitter_id AS twitter_id_20, t1.twitter_access_token AS twitter_access_token_21, t1.google_id AS google_id_22, t1.google_access_token AS google_access_token_23, t0.logo AS logo_24, t0.nom_professionel AS nom_professionel_25, t0.addresse AS addresse_26, t0.marques AS marques_27, t0.website AS website_28, t0.image_size AS image_size_29, t0.updated_at AS updated_at_30, t0.description AS description_31, t1.compte FROM professionel t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t1.id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.type_compte AS type_compte_6, t1.is_verified AS is_verified_7, t1.tel AS tel_8, t1.approve AS approve_9, t1.facebook_id AS facebook_id_10, t1.is_super_admin AS is_super_admin_11, t1.facebook AS facebook_12, t1.twitter AS twitter_13, t1.instagram AS instagram_14, t1.linkedin AS linkedin_15, t1.youtube AS youtube_16, t1.whatsapp AS whatsapp_17, t1.pinterest AS pinterest_18, t1.facebook_access_token AS facebook_access_token_19, t1.twitter_id AS twitter_id_20, t1.twitter_access_token AS twitter_access_token_21, t1.google_id AS google_id_22, t1.google_access_token AS google_access_token_23, t0.logo AS logo_24, t0.nom_professionel AS nom_professionel_25, t0.addresse AS addresse_26, t0.marques AS marques_27, t0.website AS website_28, t0.image_size AS image_size_29, t0.updated_at AS updated_at_30, t0.description AS description_31, t1.compte FROM professionel t0 INNER JOIN user t1 ON t0.id = t1.id WHERE t1.id = 34;
|