| 2 |
2.18 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.title_seo AS title_seo_6, t0.description_seo AS description_seo_7, t0.date AS date_8, t0.credit_photo AS credit_photo_9, t0.state AS state_10, t0.date_update AS date_update_11, t0.update_from AS update_from_12, t0.second_category AS second_category_13, t0.second_account AS second_account_14, t0.category_id AS category_id_15, t0.account_id AS account_id_16 FROM article t0 INNER JOIN article_tag ON t0.id = article_tag.article_id WHERE article_tag.tag_id = ? ORDER BY t0.date DESC
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.short_description AS short_description_4, t0.description AS description_5, t0.title_seo AS title_seo_6, t0.description_seo AS description_seo_7, t0.date AS date_8, t0.credit_photo AS credit_photo_9, t0.state AS state_10, t0.date_update AS date_update_11, t0.update_from AS update_from_12, t0.second_category AS second_category_13, t0.second_account AS second_account_14, t0.category_id AS category_id_15, t0.account_id AS account_id_16 FROM article t0 INNER JOIN article_tag ON t0.id = article_tag.article_id WHERE article_tag.tag_id = 5 ORDER BY t0.date DESC;
|
| 3 |
3.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.type_account AS type_account_4, t0.phone AS phone_5, t0.job AS job_6, t0.entreprise AS entreprise_7, t0.activite AS activite_8, t0.logo AS logo_9, t0.adresse AS adresse_10, t0.mail_entreprise AS mail_entreprise_11, t0.phone_entreprise AS phone_entreprise_12, t0.presentation AS presentation_13, t0.url_site AS url_site_14, t0.url_linkedin AS url_linkedin_15, t0.url_facebook AS url_facebook_16, t0.picture AS picture_17, t0.pseudo AS pseudo_18, t0.pseudo_detail AS pseudo_detail_19, t0.role AS role_20, t0.is_shown_on_map AS is_shown_on_map_21, t0.is_active AS is_active_22, t0.video AS video_23, t0.url_instagram AS url_instagram_24, t0.url_twitter AS url_twitter_25, t0.audio AS audio_26, t0.postal_code AS postal_code_27, t0.city AS city_28, t0.user_id AS user_id_29 FROM account t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.type_account AS type_account_4, t0.phone AS phone_5, t0.job AS job_6, t0.entreprise AS entreprise_7, t0.activite AS activite_8, t0.logo AS logo_9, t0.adresse AS adresse_10, t0.mail_entreprise AS mail_entreprise_11, t0.phone_entreprise AS phone_entreprise_12, t0.presentation AS presentation_13, t0.url_site AS url_site_14, t0.url_linkedin AS url_linkedin_15, t0.url_facebook AS url_facebook_16, t0.picture AS picture_17, t0.pseudo AS pseudo_18, t0.pseudo_detail AS pseudo_detail_19, t0.role AS role_20, t0.is_shown_on_map AS is_shown_on_map_21, t0.is_active AS is_active_22, t0.video AS video_23, t0.url_instagram AS url_instagram_24, t0.url_twitter AS url_twitter_25, t0.audio AS audio_26, t0.postal_code AS postal_code_27, t0.city AS city_28, t0.user_id AS user_id_29 FROM account t0 WHERE t0.id = 7;
|