1
0.53 ms
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters :
[
"default_live "
]
SELECT 1 FROM phpcr_workspaces WHERE name = 'default_live' ;
Copy
2
0.32 ms
SELECT prefix , uri FROM phpcr_namespaces
SELECT prefix , uri FROM phpcr_namespaces ;
Copy
3
0.41 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/pqna/routes/fr/ressources "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/pqna/routes/fr/ressources'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
4
0.63 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/routes/fr/ressources "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/routes/fr/ressources' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
5
0.93 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
6
0.66 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"624052f0-5dc5-4aa6-a61e-aa50354341db "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('624052f0-5dc5-4aa6-a61e-aa50354341db' );
Copy
7
0.58 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/ressources' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
8
0.83 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/pqna/contents "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/pqna/contents'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
9
0.65 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
10
2.09 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 12 ;
Copy
11
0.48 ms
SELECT DATABASE ()
12
0.82 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
13
0.61 ms
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
SELECT
phpcr_type_nodes . name AS node_name , phpcr_type_nodes . is_abstract AS node_abstract ,
phpcr_type_nodes . is_mixin AS node_mixin , phpcr_type_nodes . queryable AS node_queryable ,
phpcr_type_nodes . orderable_child_nodes AS node_has_orderable_child_nodes ,
phpcr_type_nodes . primary_item AS node_primary_item_name , phpcr_type_nodes . supertypes AS declared_super_type_names ,
phpcr_type_props . name AS property_name , phpcr_type_props . auto_created AS property_auto_created ,
phpcr_type_props . mandatory AS property_mandatory , phpcr_type_props . protected AS property_protected ,
phpcr_type_props . on_parent_version AS property_on_parent_version ,
phpcr_type_props . required_type AS property_required_type , phpcr_type_props . multiple AS property_multiple ,
phpcr_type_props . fulltext_searchable AS property_fulltext_searchable ,
phpcr_type_props . query_orderable AS property_query_orderable , phpcr_type_props . default_value AS property_default_value ,
phpcr_type_childs . name AS child_name , phpcr_type_childs . auto_created AS child_auto_created ,
phpcr_type_childs . mandatory AS child_mandatory , phpcr_type_childs . protected AS child_protected ,
phpcr_type_childs . on_parent_version AS child_on_parent_version , phpcr_type_childs . default_type AS child_default_type ,
phpcr_type_childs . primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes . node_type_id = phpcr_type_props . node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes . node_type_id = phpcr_type_childs . node_type_id
;
Copy
14
1.65 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND ((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND (((n0 . identifier = '88b52f4a-9ea0-42c8-8c86-27b93a1e40ef' OR n0 . identifier = '260e1041-1215-44d2-9dff-10058e923e8c' ) OR n0 . identifier = '48466ce1-ebfc-4bbf-913d-2351c6a3c784' ) OR n0 . identifier = '19ab46df-7113-4b6a-abd2-cdef32239807' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND ((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND (((n0 . identifier = '88b52f4a-9ea0-42c8-8c86-27b93a1e40ef' OR n0 . identifier = '260e1041-1215-44d2-9dff-10058e923e8c' ) OR n0 . identifier = '48466ce1-ebfc-4bbf-913d-2351c6a3c784' ) OR n0 . identifier = '19ab46df-7113-4b6a-abd2-cdef32239807' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
15
0.71 ms
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? ) ORDER BY sort_order ASC
Parameters :
[
"default_live "
"/cmf/pqna/contents/ressources/thematiques/dynamique-terr "
"/cmf/pqna/contents/ressources/thematiques/politique-de-la-ville "
"/cmf/pqna/contents/ressources/thematiques/inclusion-numerique "
"/cmf/pqna/contents/ressources/thematiques/revitalisation-des-centre-bourgs-et-centre-villes "
]
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND (path = '/cmf/pqna/contents/ressources/thematiques/dynamique-terr' OR path = '/cmf/pqna/contents/ressources/thematiques/politique-de-la-ville' OR path = '/cmf/pqna/contents/ressources/thematiques/inclusion-numerique' OR path = '/cmf/pqna/contents/ressources/thematiques/revitalisation-des-centre-bourgs-et-centre-villes' ) ORDER BY sort_order ASC ;
Copy
16
0.48 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? , ? , ? , ? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources/thematiques/dynamique-terr "
"/cmf/pqna/contents/ressources/thematiques/politique-de-la-ville "
"/cmf/pqna/contents/ressources/thematiques/inclusion-numerique "
"/cmf/pqna/contents/ressources/thematiques/revitalisation-des-centre-bourgs-et-centre-villes "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/ressources/thematiques/dynamique-terr' , '/cmf/pqna/contents/ressources/thematiques/politique-de-la-ville' , '/cmf/pqna/contents/ressources/thematiques/inclusion-numerique' , '/cmf/pqna/contents/ressources/thematiques/revitalisation-des-centre-bourgs-et-centre-villes' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
17
0.42 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources/thematiques "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/pqna/contents/ressources/thematiques'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
18
0.59 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources/thematiques "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/ressources/thematiques' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
19
0.48 ms
SELECT DATABASE ()
20
0.81 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '8d9bcca1-a167-478d-a261-1f3718056a5a' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '8d9bcca1-a167-478d-a261-1f3718056a5a' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
21
0.25 ms
SELECT DATABASE ()
22
0.55 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/thematiques' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/thematiques' LIMIT 1 ;
Copy
23
0.23 ms
SELECT DATABASE ()
24
0.70 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '15f56e3e-45fe-4269-a86b-a230a7c60217' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '15f56e3e-45fe-4269-a86b-a230a7c60217' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
25
0.22 ms
SELECT DATABASE ()
26
0.42 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/analyses' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/analyses' LIMIT 1 ;
Copy
27
0.24 ms
SELECT DATABASE ()
28
0.61 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'c1274e20-5e84-4416-b359-b88322a30a3d' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'c1274e20-5e84-4416-b359-b88322a30a3d' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
29
0.24 ms
SELECT DATABASE ()
30
0.41 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/guides-et-outils' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/ressources/guides-et-outils' LIMIT 1 ;
Copy
31
0.44 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/pqna "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/pqna'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
32
0.42 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
33
0.49 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"3fc61782-8b97-48a5-b22c-e8aee5c90d21 "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('3fc61782-8b97-48a5-b22c-e8aee5c90d21' );
Copy
34
0.39 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/footer/newsletter-footer "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/footer/newsletter-footer' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
35
0.39 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/snippets/footer "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/snippets/footer'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
36
0.39 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/footer "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/footer' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
37
2.34 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 24 ;
Copy
38
2.31 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 24 ;
Copy
39
2.05 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 24 ;
Copy
40
0.33 ms
SELECT DATABASE ()
41
0.79 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '9185faa4-fedd-4607-994e-3ecf897a5ab8' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '9185faa4-fedd-4607-994e-3ecf897a5ab8' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
42
0.23 ms
SELECT DATABASE ()
43
0.52 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact' LIMIT 1 ;
Copy
44
0.45 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"ffc3c55d-a57d-42c3-944d-f3e364c9c6c1 "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('ffc3c55d-a57d-42c3-944d-f3e364c9c6c1' );
Copy
45
0.39 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/contact/contact "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/contact/contact' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
46
0.46 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/snippets/contact "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/snippets/contact'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
47
0.44 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/contact "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/contact' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
48
6.77 ms
SELECT DATABASE ()
49
0.96 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'b81180f3-a0e1-4a42-ac78-d58af7e963a4' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'b81180f3-a0e1-4a42-ac78-d58af7e963a4' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
50
0.28 ms
SELECT DATABASE ()
51
0.50 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact/contactez-nous' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact/contactez-nous' LIMIT 1 ;
Copy
52
0.24 ms
SELECT DATABASE ()
53
0.78 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'd353d011-d93e-444a-8ffc-4eca132e5524' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'd353d011-d93e-444a-8ffc-4eca132e5524' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
54
0.23 ms
SELECT DATABASE ()
55
0.47 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact/ressources' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/contact/ressources' LIMIT 1 ;
Copy
56
0.70 ms
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , 1 AS sclr_10 , c0_ . idCategoriesParent AS idCategoriesParent_11 , c0_ . idUsersCreator AS idUsersCreator_12 , c0_ . idUsersChanger AS idUsersChanger_13 FROM ca_categories c0_ WHERE c0_ . category_key = ? LIMIT 1
Parameters :
[
"thematiques "
]
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , 1 AS sclr_10 , c0_ . idCategoriesParent AS idCategoriesParent_11 , c0_ . idUsersCreator AS idUsersCreator_12 , c0_ . idUsersChanger AS idUsersChanger_13 FROM ca_categories c0_ WHERE c0_ . category_key = 'thematiques' LIMIT 1 ;
Copy
57
1.31 ms
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c4_ . category_key = ?
Parameters :
[
"thematiques "
]
SELECT
c0_ . category_key AS category_key_0 ,
c0_ . default_locale AS default_locale_1 ,
c0_ . lft AS lft_2 ,
c0_ . rgt AS rgt_3 ,
c0_ . depth AS depth_4 ,
c0_ . id AS id_5 ,
c0_ . created AS created_6 ,
c0_ . changed AS changed_7 ,
c0_ . page_link AS page_link_8 ,
c0_ . color AS color_9 ,
c1_ . meta_key AS meta_key_10 ,
c1_ . value AS value_11 ,
c1_ . locale AS locale_12 ,
c1_ . id AS id_13 ,
c2_ . translation AS translation_14 ,
c2_ . locale AS locale_15 ,
c2_ . description AS description_16 ,
c2_ . id AS id_17 ,
c2_ . created AS created_18 ,
c2_ . changed AS changed_19 ,
c3_ . locale AS locale_20 ,
c3_ . keyword AS keyword_21 ,
c3_ . id AS id_22 ,
c3_ . created AS created_23 ,
c3_ . changed AS changed_24 ,
c4_ . category_key AS category_key_25 ,
c4_ . default_locale AS default_locale_26 ,
c4_ . lft AS lft_27 ,
c4_ . rgt AS rgt_28 ,
c4_ . depth AS depth_29 ,
c4_ . id AS id_30 ,
c4_ . created AS created_31 ,
c4_ . changed AS changed_32 ,
c4_ . page_link AS page_link_33 ,
c4_ . color AS color_34 ,
c5_ . category_key AS category_key_35 ,
c5_ . default_locale AS default_locale_36 ,
c5_ . lft AS lft_37 ,
c5_ . rgt AS rgt_38 ,
c5_ . depth AS depth_39 ,
c5_ . id AS id_40 ,
c5_ . created AS created_41 ,
c5_ . changed AS changed_42 ,
c5_ . page_link AS page_link_43 ,
c5_ . color AS color_44 ,
c0_ . idCategoriesParent AS idCategoriesParent_45 ,
c0_ . idUsersCreator AS idUsersCreator_46 ,
c0_ . idUsersChanger AS idUsersChanger_47 ,
c1_ . idCategories AS idCategories_48 ,
c2_ . idCategories AS idCategories_49 ,
c2_ . idUsersCreator AS idUsersCreator_50 ,
c2_ . idUsersChanger AS idUsersChanger_51 ,
c3_ . idUsersCreator AS idUsersCreator_52 ,
c3_ . idUsersChanger AS idUsersChanger_53 ,
c4_ . idCategoriesParent AS idCategoriesParent_54 ,
c4_ . idUsersCreator AS idUsersCreator_55 ,
c4_ . idUsersChanger AS idUsersChanger_56 ,
c5_ . idCategoriesParent AS idCategoriesParent_57 ,
c5_ . idUsersCreator AS idUsersCreator_58 ,
c5_ . idUsersChanger AS idUsersChanger_59
FROM
ca_categories c0_
LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories
LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories
LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations
LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords
LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id
LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent
WHERE
c4_ . category_key = ?
Copy
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c4_ . category_key = 'thematiques' ;
Copy
58
0.62 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 26 ORDER BY t0 . position ASC ;
Copy
59
0.54 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 27 ORDER BY t0 . position ASC ;
Copy
60
0.68 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 28 ORDER BY t0 . position ASC ;
Copy
61
0.38 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 29 ORDER BY t0 . position ASC ;
Copy
62
0.37 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 30 ORDER BY t0 . position ASC ;
Copy
63
0.34 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 31 ORDER BY t0 . position ASC ;
Copy
64
0.34 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 32 ORDER BY t0 . position ASC ;
Copy
65
0.33 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 33 ORDER BY t0 . position ASC ;
Copy
66
0.32 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 34 ORDER BY t0 . position ASC ;
Copy
67
0.34 ms
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = ? ORDER BY t0 . position ASC
SELECT t0 . position AS position_1 , t0 . id AS id_2 , t0 . idCategoryTranslations AS idCategoryTranslations_3 , t0 . idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0 . idCategoryTranslations = 35 ORDER BY t0 . position ASC ;
Copy
68
0.46 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"20db9106-dccb-477d-8766-33fa40b0f7ec "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('20db9106-dccb-477d-8766-33fa40b0f7ec' );
Copy
69
0.37 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/newsletter/lien-de-newsletter "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/newsletter/lien-de-newsletter' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
70
0.39 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/snippets/newsletter "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/snippets/newsletter'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
71
0.38 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/newsletter "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/newsletter' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
72
0.32 ms
SELECT DATABASE ()
73
0.79 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'b22ede65-71eb-45e6-86e6-8e43eb85a4a6' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = 'b22ede65-71eb-45e6-86e6-8e43eb85a4a6' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
74
0.23 ms
SELECT DATABASE ()
75
0.47 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/actualites/newsletters' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/actualites/newsletters' LIMIT 1 ;
Copy
76
0.43 ms
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (? )
Parameters :
[
"default_live "
"43ba90af-21ae-40a2-b9bd-2d9d7cb88732 "
]
SELECT id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND identifier IN ('43ba90af-21ae-40a2-b9bd-2d9d7cb88732' );
Copy
77
0.38 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/groupe-travail/gt-lien "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/groupe-travail/gt-lien' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
78
0.40 ms
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth , sort_order ASC
Parameters :
[
"/cmf/snippets/groupe-travail "
"default_live "
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/snippets/groupe-travail'
AND workspace_name = 'default_live'
ORDER BY depth , sort_order ASC ;
Copy
79
0.40 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/snippets/groupe-travail "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/snippets/groupe-travail' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
80
0.32 ms
SELECT DATABASE ()
81
0.77 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '17547b03-9f29-4cdc-8330-c0a87991e877' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '17547b03-9f29-4cdc-8330-c0a87991e877' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
82
0.27 ms
SELECT DATABASE ()
83
0.46 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/groupes-de-travail' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/groupes-de-travail' LIMIT 1 ;
Copy
84
0.30 ms
SELECT DATABASE ()
85
11.48 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="main"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="main"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
86
2.00 ms
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? ) ORDER BY sort_order ASC
Parameters :
[
"default_live "
"/cmf/pqna/contents/pqn-a/gouvernance "
"/cmf/pqna/contents/actualites "
"/cmf/pqna/contents/actualites/articles "
"/cmf/pqna/contents/contact/contactez-nous "
"/cmf/pqna/contents/pqn-a/missions "
"/cmf/pqna/contents/acteurs-territoires/carte-des-territoires "
"/cmf/pqna/contents/actualites/aap-ami "
"/cmf/pqna/contents/ressources/analyses "
"/cmf/pqna/contents/contact/ressources "
"/cmf/pqna/contents/acteurs-territoires/carte-des-experiences "
"/cmf/pqna/contents/pqn-a/equipe "
"/cmf/pqna/contents/actualites/offres-d-emploi "
"/cmf/pqna/contents/acteurs-territoires "
"/cmf/pqna/contents/ressources/guides-et-outils "
"/cmf/pqna/contents/acteurs-territoires/annuaire "
"/cmf/pqna/contents/pqn-a/partenaires "
"/cmf/pqna/contents/actualites/newsletters "
"/cmf/pqna/contents/pqn-a "
"/cmf/pqna/contents/pqn-a/modalites-d-acces "
"/cmf/pqna/contents/actualites/agenda "
"/cmf/pqna/contents/contact "
]
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND (path = '/cmf/pqna/contents/pqn-a/gouvernance' OR path = '/cmf/pqna/contents/actualites' OR path = '/cmf/pqna/contents/actualites/articles' OR path = '/cmf/pqna/contents/contact/contactez-nous' OR path = '/cmf/pqna/contents/pqn-a/missions' OR path = '/cmf/pqna/contents/acteurs-territoires/carte-des-territoires' OR path = '/cmf/pqna/contents/actualites/aap-ami' OR path = '/cmf/pqna/contents/ressources/analyses' OR path = '/cmf/pqna/contents/contact/ressources' OR path = '/cmf/pqna/contents/acteurs-territoires/carte-des-experiences' OR path = '/cmf/pqna/contents/pqn-a/equipe' OR path = '/cmf/pqna/contents/actualites/offres-d-emploi' OR path = '/cmf/pqna/contents/acteurs-territoires' OR path = '/cmf/pqna/contents/ressources/guides-et-outils' OR path = '/cmf/pqna/contents/acteurs-territoires/annuaire' OR path = '/cmf/pqna/contents/pqn-a/partenaires' OR path = '/cmf/pqna/contents/actualites/newsletters' OR path = '/cmf/pqna/contents/pqn-a' OR path = '/cmf/pqna/contents/pqn-a/modalites-d-acces' OR path = '/cmf/pqna/contents/actualites/agenda' OR path = '/cmf/pqna/contents/contact' ) ORDER BY sort_order ASC ;
Copy
87
1.54 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/pqn-a/gouvernance "
"/cmf/pqna/contents/pqn-a/missions "
"/cmf/pqna/contents/actualites "
"/cmf/pqna/contents/actualites/articles "
"/cmf/pqna/contents/contact/contactez-nous "
"/cmf/pqna/contents/acteurs-territoires/carte-des-territoires "
"/cmf/pqna/contents/pqn-a/equipe "
"/cmf/pqna/contents/pqn-a/partenaires "
"/cmf/pqna/contents/actualites/aap-ami "
"/cmf/pqna/contents/ressources/analyses "
"/cmf/pqna/contents/contact/ressources "
"/cmf/pqna/contents/acteurs-territoires/carte-des-experiences "
"/cmf/pqna/contents/pqn-a/modalites-d-acces "
"/cmf/pqna/contents/actualites/offres-d-emploi "
"/cmf/pqna/contents/acteurs-territoires "
"/cmf/pqna/contents/ressources/guides-et-outils "
"/cmf/pqna/contents/acteurs-territoires/annuaire "
"/cmf/pqna/contents/actualites/newsletters "
"/cmf/pqna/contents/pqn-a "
"/cmf/pqna/contents/actualites/agenda "
"/cmf/pqna/contents/contact "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/pqn-a/gouvernance' , '/cmf/pqna/contents/pqn-a/missions' , '/cmf/pqna/contents/actualites' , '/cmf/pqna/contents/actualites/articles' , '/cmf/pqna/contents/contact/contactez-nous' , '/cmf/pqna/contents/acteurs-territoires/carte-des-territoires' , '/cmf/pqna/contents/pqn-a/equipe' , '/cmf/pqna/contents/pqn-a/partenaires' , '/cmf/pqna/contents/actualites/aap-ami' , '/cmf/pqna/contents/ressources/analyses' , '/cmf/pqna/contents/contact/ressources' , '/cmf/pqna/contents/acteurs-territoires/carte-des-experiences' , '/cmf/pqna/contents/pqn-a/modalites-d-acces' , '/cmf/pqna/contents/actualites/offres-d-emploi' , '/cmf/pqna/contents/acteurs-territoires' , '/cmf/pqna/contents/ressources/guides-et-outils' , '/cmf/pqna/contents/acteurs-territoires/annuaire' , '/cmf/pqna/contents/actualites/newsletters' , '/cmf/pqna/contents/pqn-a' , '/cmf/pqna/contents/actualites/agenda' , '/cmf/pqna/contents/contact' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
88
2.03 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . title AS title_35 , m6_ . description AS description_36 , m6_ . copyright AS copyright_37 , m6_ . credits AS credits_38 , m6_ . locale AS locale_39 , m6_ . id AS id_40 , m7_ . title AS title_41 , m7_ . description AS description_42 , m7_ . copyright AS copyright_43 , m7_ . credits AS credits_44 , m7_ . locale AS locale_45 , m7_ . id AS id_46 , m8_ . locale AS locale_47 , m8_ . id AS id_48 , m9_ . locale AS locale_49 , m9_ . id AS id_50 , s10_ . username AS username_51 , s10_ . password AS password_52 , s10_ . locale AS locale_53 , s10_ . salt AS salt_54 , s10_ . locked AS locked_55 , s10_ . enabled AS enabled_56 , s10_ . lastLogin AS lastLogin_57 , s10_ . confirmationKey AS confirmationKey_58 , s10_ . passwordResetToken AS passwordResetToken_59 , s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 , s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 , s10_ . privateKey AS privateKey_62 , s10_ . apiKey AS apiKey_63 , s10_ . email AS email_64 , s10_ . id AS id_65 , s10_ . created AS created_66 , s10_ . changed AS changed_67 , s10_ . enterprise AS enterprise_68 , s10_ . actorType AS actorType_69 , s10_ . isVisibleProfile AS isVisibleProfile_70 , s10_ . typologie_structure AS typologie_structure_71 , s10_ . fonction AS fonction_72 , s10_ . typologie_acteur_value AS typologie_acteur_value_73 , c11_ . firstName AS firstName_74 , c11_ . middleName AS middleName_75 , c11_ . lastName AS lastName_76 , c11_ . birthday AS birthday_77 , c11_ . salutation AS salutation_78 , c11_ . formOfAddress AS formOfAddress_79 , c11_ . newsletter AS newsletter_80 , c11_ . gender AS gender_81 , c11_ . note AS note_82 , c11_ . mainEmail AS mainEmail_83 , c11_ . mainPhone AS mainPhone_84 , c11_ . mainFax AS mainFax_85 , c11_ . mainUrl AS mainUrl_86 , c11_ . id AS id_87 , c11_ . created AS created_88 , c11_ . changed AS changed_89 , c11_ . visible_annuaire AS visible_annuaire_90 , c11_ . free_text AS free_text_91 , c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 , c11_ . structure AS structure_93 , s12_ . username AS username_94 , s12_ . password AS password_95 , s12_ . locale AS locale_96 , s12_ . salt AS salt_97 , s12_ . locked AS locked_98 , s12_ . enabled AS enabled_99 , s12_ . lastLogin AS lastLogin_100 , s12_ . confirmationKey AS confirmationKey_101 , s12_ . passwordResetToken AS passwordResetToken_102 , s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 , s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 , s12_ . privateKey AS privateKey_105 , s12_ . apiKey AS apiKey_106 , s12_ . email AS email_107 , s12_ . id AS id_108 , s12_ . created AS created_109 , s12_ . changed AS changed_110 , s12_ . enterprise AS enterprise_111 , s12_ . actorType AS actorType_112 , s12_ . isVisibleProfile AS isVisibleProfile_113 , s12_ . typologie_structure AS typologie_structure_114 , s12_ . fonction AS fonction_115 , s12_ . typologie_acteur_value AS typologie_acteur_value_116 , c13_ . firstName AS firstName_117 , c13_ . middleName AS middleName_118 , c13_ . lastName AS lastName_119 , c13_ . birthday AS birthday_120 , c13_ . salutation AS salutation_121 , c13_ . formOfAddress AS formOfAddress_122 , c13_ . newsletter AS newsletter_123 , c13_ . gender AS gender_124 , c13_ . note AS note_125 , c13_ . mainEmail AS mainEmail_126 , c13_ . mainPhone AS mainPhone_127 , c13_ . mainFax AS mainFax_128 , c13_ . mainUrl AS mainUrl_129 , c13_ . id AS id_130 , c13_ . created AS created_131 , c13_ . changed AS changed_132 , c13_ . visible_annuaire AS visible_annuaire_133 , c13_ . free_text AS free_text_134 , c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 , c13_ . structure AS structure_136 , m0_ . idMediaTypes AS idMediaTypes_137 , m0_ . idPreviewImage AS idPreviewImage_138 , m0_ . idCollections AS idCollections_139 , m0_ . idUsersCreator AS idUsersCreator_140 , m0_ . idUsersChanger AS idUsersChanger_141 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 , m2_ . idCollectionTypes AS idCollectionTypes_143 , m2_ . idCollectionsParent AS idCollectionsParent_144 , m2_ . idUsersCreator AS idUsersCreator_145 , m2_ . idUsersChanger AS idUsersChanger_146 , m3_ . idMedia AS idMedia_147 , m3_ . idUsersCreator AS idUsersCreator_148 , m3_ . idUsersChanger AS idUsersChanger_149 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 , m4_ . idFiles AS idFiles_151 , m4_ . idUsersCreator AS idUsersCreator_152 , m4_ . idUsersChanger AS idUsersChanger_153 , t5_ . idUsersCreator AS idUsersCreator_154 , t5_ . idUsersChanger AS idUsersChanger_155 , m6_ . idFileVersions AS idFileVersions_156 , m7_ . idFileVersions AS idFileVersions_157 , m8_ . idFileVersions AS idFileVersions_158 , m9_ . idFileVersions AS idFileVersions_159 , s10_ . idUsersCreator AS idUsersCreator_160 , s10_ . idUsersChanger AS idUsersChanger_161 , s10_ . idContacts AS idContacts_162 , c11_ . idTitles AS idTitles_163 , c11_ . avatar AS avatar_164 , c11_ . idUsersCreator AS idUsersCreator_165 , c11_ . idUsersChanger AS idUsersChanger_166 , c11_ . typologie_acteur_id AS typologie_acteur_id_167 , c11_ . typologie_structure_id AS typologie_structure_id_168 , c11_ . departement_id AS departement_id_169 , c11_ . territoire_interv_id AS territoire_interv_id_170 , s12_ . idUsersCreator AS idUsersCreator_171 , s12_ . idUsersChanger AS idUsersChanger_172 , s12_ . idContacts AS idContacts_173 , c13_ . idTitles AS idTitles_174 , c13_ . avatar AS avatar_175 , c13_ . idUsersCreator AS idUsersCreator_176 , c13_ . idUsersChanger AS idUsersChanger_177 , c13_ . typologie_acteur_id AS typologie_acteur_id_178 , c13_ . typologie_structure_id AS typologie_structure_id_179 , c13_ . departement_id AS departement_id_180 , c13_ . territoire_interv_id AS territoire_interv_id_181 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles AND (m4_ . version = m3_ . version ) LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id WHERE m0_ . id IN (? ) ORDER BY m0_ . id ASC
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . title AS title_35 ,
m6_ . description AS description_36 ,
m6_ . copyright AS copyright_37 ,
m6_ . credits AS credits_38 ,
m6_ . locale AS locale_39 ,
m6_ . id AS id_40 ,
m7_ . title AS title_41 ,
m7_ . description AS description_42 ,
m7_ . copyright AS copyright_43 ,
m7_ . credits AS credits_44 ,
m7_ . locale AS locale_45 ,
m7_ . id AS id_46 ,
m8_ . locale AS locale_47 ,
m8_ . id AS id_48 ,
m9_ . locale AS locale_49 ,
m9_ . id AS id_50 ,
s10_ . username AS username_51 ,
s10_ . password AS password_52 ,
s10_ . locale AS locale_53 ,
s10_ . salt AS salt_54 ,
s10_ . locked AS locked_55 ,
s10_ . enabled AS enabled_56 ,
s10_ . lastLogin AS lastLogin_57 ,
s10_ . confirmationKey AS confirmationKey_58 ,
s10_ . passwordResetToken AS passwordResetToken_59 ,
s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 ,
s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 ,
s10_ . privateKey AS privateKey_62 ,
s10_ . apiKey AS apiKey_63 ,
s10_ . email AS email_64 ,
s10_ . id AS id_65 ,
s10_ . created AS created_66 ,
s10_ . changed AS changed_67 ,
s10_ . enterprise AS enterprise_68 ,
s10_ . actorType AS actorType_69 ,
s10_ . isVisibleProfile AS isVisibleProfile_70 ,
s10_ . typologie_structure AS typologie_structure_71 ,
s10_ . fonction AS fonction_72 ,
s10_ . typologie_acteur_value AS typologie_acteur_value_73 ,
c11_ . firstName AS firstName_74 ,
c11_ . middleName AS middleName_75 ,
c11_ . lastName AS lastName_76 ,
c11_ . birthday AS birthday_77 ,
c11_ . salutation AS salutation_78 ,
c11_ . formOfAddress AS formOfAddress_79 ,
c11_ . newsletter AS newsletter_80 ,
c11_ . gender AS gender_81 ,
c11_ . note AS note_82 ,
c11_ . mainEmail AS mainEmail_83 ,
c11_ . mainPhone AS mainPhone_84 ,
c11_ . mainFax AS mainFax_85 ,
c11_ . mainUrl AS mainUrl_86 ,
c11_ . id AS id_87 ,
c11_ . created AS created_88 ,
c11_ . changed AS changed_89 ,
c11_ . visible_annuaire AS visible_annuaire_90 ,
c11_ . free_text AS free_text_91 ,
c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 ,
c11_ . structure AS structure_93 ,
s12_ . username AS username_94 ,
s12_ . password AS password_95 ,
s12_ . locale AS locale_96 ,
s12_ . salt AS salt_97 ,
s12_ . locked AS locked_98 ,
s12_ . enabled AS enabled_99 ,
s12_ . lastLogin AS lastLogin_100 ,
s12_ . confirmationKey AS confirmationKey_101 ,
s12_ . passwordResetToken AS passwordResetToken_102 ,
s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 ,
s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 ,
s12_ . privateKey AS privateKey_105 ,
s12_ . apiKey AS apiKey_106 ,
s12_ . email AS email_107 ,
s12_ . id AS id_108 ,
s12_ . created AS created_109 ,
s12_ . changed AS changed_110 ,
s12_ . enterprise AS enterprise_111 ,
s12_ . actorType AS actorType_112 ,
s12_ . isVisibleProfile AS isVisibleProfile_113 ,
s12_ . typologie_structure AS typologie_structure_114 ,
s12_ . fonction AS fonction_115 ,
s12_ . typologie_acteur_value AS typologie_acteur_value_116 ,
c13_ . firstName AS firstName_117 ,
c13_ . middleName AS middleName_118 ,
c13_ . lastName AS lastName_119 ,
c13_ . birthday AS birthday_120 ,
c13_ . salutation AS salutation_121 ,
c13_ . formOfAddress AS formOfAddress_122 ,
c13_ . newsletter AS newsletter_123 ,
c13_ . gender AS gender_124 ,
c13_ . note AS note_125 ,
c13_ . mainEmail AS mainEmail_126 ,
c13_ . mainPhone AS mainPhone_127 ,
c13_ . mainFax AS mainFax_128 ,
c13_ . mainUrl AS mainUrl_129 ,
c13_ . id AS id_130 ,
c13_ . created AS created_131 ,
c13_ . changed AS changed_132 ,
c13_ . visible_annuaire AS visible_annuaire_133 ,
c13_ . free_text AS free_text_134 ,
c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 ,
c13_ . structure AS structure_136 ,
m0_ . idMediaTypes AS idMediaTypes_137 ,
m0_ . idPreviewImage AS idPreviewImage_138 ,
m0_ . idCollections AS idCollections_139 ,
m0_ . idUsersCreator AS idUsersCreator_140 ,
m0_ . idUsersChanger AS idUsersChanger_141 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 ,
m2_ . idCollectionTypes AS idCollectionTypes_143 ,
m2_ . idCollectionsParent AS idCollectionsParent_144 ,
m2_ . idUsersCreator AS idUsersCreator_145 ,
m2_ . idUsersChanger AS idUsersChanger_146 ,
m3_ . idMedia AS idMedia_147 ,
m3_ . idUsersCreator AS idUsersCreator_148 ,
m3_ . idUsersChanger AS idUsersChanger_149 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 ,
m4_ . idFiles AS idFiles_151 ,
m4_ . idUsersCreator AS idUsersCreator_152 ,
m4_ . idUsersChanger AS idUsersChanger_153 ,
t5_ . idUsersCreator AS idUsersCreator_154 ,
t5_ . idUsersChanger AS idUsersChanger_155 ,
m6_ . idFileVersions AS idFileVersions_156 ,
m7_ . idFileVersions AS idFileVersions_157 ,
m8_ . idFileVersions AS idFileVersions_158 ,
m9_ . idFileVersions AS idFileVersions_159 ,
s10_ . idUsersCreator AS idUsersCreator_160 ,
s10_ . idUsersChanger AS idUsersChanger_161 ,
s10_ . idContacts AS idContacts_162 ,
c11_ . idTitles AS idTitles_163 ,
c11_ . avatar AS avatar_164 ,
c11_ . idUsersCreator AS idUsersCreator_165 ,
c11_ . idUsersChanger AS idUsersChanger_166 ,
c11_ . typologie_acteur_id AS typologie_acteur_id_167 ,
c11_ . typologie_structure_id AS typologie_structure_id_168 ,
c11_ . departement_id AS departement_id_169 ,
c11_ . territoire_interv_id AS territoire_interv_id_170 ,
s12_ . idUsersCreator AS idUsersCreator_171 ,
s12_ . idUsersChanger AS idUsersChanger_172 ,
s12_ . idContacts AS idContacts_173 ,
c13_ . idTitles AS idTitles_174 ,
c13_ . avatar AS avatar_175 ,
c13_ . idUsersCreator AS idUsersCreator_176 ,
c13_ . idUsersChanger AS idUsersChanger_177 ,
c13_ . typologie_acteur_id AS typologie_acteur_id_178 ,
c13_ . typologie_structure_id AS typologie_structure_id_179 ,
c13_ . departement_id AS departement_id_180 ,
c13_ . territoire_interv_id AS territoire_interv_id_181
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
AND (m4_ . version = m3_ . version )
LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags
LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions
LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id
LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id
LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id
LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id
LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id
WHERE
m0_ . id IN (? )
ORDER BY
m0_ . id ASC
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . title AS title_35 , m6_ . description AS description_36 , m6_ . copyright AS copyright_37 , m6_ . credits AS credits_38 , m6_ . locale AS locale_39 , m6_ . id AS id_40 , m7_ . title AS title_41 , m7_ . description AS description_42 , m7_ . copyright AS copyright_43 , m7_ . credits AS credits_44 , m7_ . locale AS locale_45 , m7_ . id AS id_46 , m8_ . locale AS locale_47 , m8_ . id AS id_48 , m9_ . locale AS locale_49 , m9_ . id AS id_50 , s10_ . username AS username_51 , s10_ . password AS password_52 , s10_ . locale AS locale_53 , s10_ . salt AS salt_54 , s10_ . locked AS locked_55 , s10_ . enabled AS enabled_56 , s10_ . lastLogin AS lastLogin_57 , s10_ . confirmationKey AS confirmationKey_58 , s10_ . passwordResetToken AS passwordResetToken_59 , s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 , s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 , s10_ . privateKey AS privateKey_62 , s10_ . apiKey AS apiKey_63 , s10_ . email AS email_64 , s10_ . id AS id_65 , s10_ . created AS created_66 , s10_ . changed AS changed_67 , s10_ . enterprise AS enterprise_68 , s10_ . actorType AS actorType_69 , s10_ . isVisibleProfile AS isVisibleProfile_70 , s10_ . typologie_structure AS typologie_structure_71 , s10_ . fonction AS fonction_72 , s10_ . typologie_acteur_value AS typologie_acteur_value_73 , c11_ . firstName AS firstName_74 , c11_ . middleName AS middleName_75 , c11_ . lastName AS lastName_76 , c11_ . birthday AS birthday_77 , c11_ . salutation AS salutation_78 , c11_ . formOfAddress AS formOfAddress_79 , c11_ . newsletter AS newsletter_80 , c11_ . gender AS gender_81 , c11_ . note AS note_82 , c11_ . mainEmail AS mainEmail_83 , c11_ . mainPhone AS mainPhone_84 , c11_ . mainFax AS mainFax_85 , c11_ . mainUrl AS mainUrl_86 , c11_ . id AS id_87 , c11_ . created AS created_88 , c11_ . changed AS changed_89 , c11_ . visible_annuaire AS visible_annuaire_90 , c11_ . free_text AS free_text_91 , c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 , c11_ . structure AS structure_93 , s12_ . username AS username_94 , s12_ . password AS password_95 , s12_ . locale AS locale_96 , s12_ . salt AS salt_97 , s12_ . locked AS locked_98 , s12_ . enabled AS enabled_99 , s12_ . lastLogin AS lastLogin_100 , s12_ . confirmationKey AS confirmationKey_101 , s12_ . passwordResetToken AS passwordResetToken_102 , s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 , s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 , s12_ . privateKey AS privateKey_105 , s12_ . apiKey AS apiKey_106 , s12_ . email AS email_107 , s12_ . id AS id_108 , s12_ . created AS created_109 , s12_ . changed AS changed_110 , s12_ . enterprise AS enterprise_111 , s12_ . actorType AS actorType_112 , s12_ . isVisibleProfile AS isVisibleProfile_113 , s12_ . typologie_structure AS typologie_structure_114 , s12_ . fonction AS fonction_115 , s12_ . typologie_acteur_value AS typologie_acteur_value_116 , c13_ . firstName AS firstName_117 , c13_ . middleName AS middleName_118 , c13_ . lastName AS lastName_119 , c13_ . birthday AS birthday_120 , c13_ . salutation AS salutation_121 , c13_ . formOfAddress AS formOfAddress_122 , c13_ . newsletter AS newsletter_123 , c13_ . gender AS gender_124 , c13_ . note AS note_125 , c13_ . mainEmail AS mainEmail_126 , c13_ . mainPhone AS mainPhone_127 , c13_ . mainFax AS mainFax_128 , c13_ . mainUrl AS mainUrl_129 , c13_ . id AS id_130 , c13_ . created AS created_131 , c13_ . changed AS changed_132 , c13_ . visible_annuaire AS visible_annuaire_133 , c13_ . free_text AS free_text_134 , c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 , c13_ . structure AS structure_136 , m0_ . idMediaTypes AS idMediaTypes_137 , m0_ . idPreviewImage AS idPreviewImage_138 , m0_ . idCollections AS idCollections_139 , m0_ . idUsersCreator AS idUsersCreator_140 , m0_ . idUsersChanger AS idUsersChanger_141 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 , m2_ . idCollectionTypes AS idCollectionTypes_143 , m2_ . idCollectionsParent AS idCollectionsParent_144 , m2_ . idUsersCreator AS idUsersCreator_145 , m2_ . idUsersChanger AS idUsersChanger_146 , m3_ . idMedia AS idMedia_147 , m3_ . idUsersCreator AS idUsersCreator_148 , m3_ . idUsersChanger AS idUsersChanger_149 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 , m4_ . idFiles AS idFiles_151 , m4_ . idUsersCreator AS idUsersCreator_152 , m4_ . idUsersChanger AS idUsersChanger_153 , t5_ . idUsersCreator AS idUsersCreator_154 , t5_ . idUsersChanger AS idUsersChanger_155 , m6_ . idFileVersions AS idFileVersions_156 , m7_ . idFileVersions AS idFileVersions_157 , m8_ . idFileVersions AS idFileVersions_158 , m9_ . idFileVersions AS idFileVersions_159 , s10_ . idUsersCreator AS idUsersCreator_160 , s10_ . idUsersChanger AS idUsersChanger_161 , s10_ . idContacts AS idContacts_162 , c11_ . idTitles AS idTitles_163 , c11_ . avatar AS avatar_164 , c11_ . idUsersCreator AS idUsersCreator_165 , c11_ . idUsersChanger AS idUsersChanger_166 , c11_ . typologie_acteur_id AS typologie_acteur_id_167 , c11_ . typologie_structure_id AS typologie_structure_id_168 , c11_ . departement_id AS departement_id_169 , c11_ . territoire_interv_id AS territoire_interv_id_170 , s12_ . idUsersCreator AS idUsersCreator_171 , s12_ . idUsersChanger AS idUsersChanger_172 , s12_ . idContacts AS idContacts_173 , c13_ . idTitles AS idTitles_174 , c13_ . avatar AS avatar_175 , c13_ . idUsersCreator AS idUsersCreator_176 , c13_ . idUsersChanger AS idUsersChanger_177 , c13_ . typologie_acteur_id AS typologie_acteur_id_178 , c13_ . typologie_structure_id AS typologie_structure_id_179 , c13_ . departement_id AS departement_id_180 , c13_ . territoire_interv_id AS territoire_interv_id_181 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles AND (m4_ . version = m3_ . version ) LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id WHERE m0_ . id IN (26 ) ORDER BY m0_ . id ASC ;
Copy
89
2.04 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . title AS title_35 , m6_ . description AS description_36 , m6_ . copyright AS copyright_37 , m6_ . credits AS credits_38 , m6_ . locale AS locale_39 , m6_ . id AS id_40 , m7_ . title AS title_41 , m7_ . description AS description_42 , m7_ . copyright AS copyright_43 , m7_ . credits AS credits_44 , m7_ . locale AS locale_45 , m7_ . id AS id_46 , m8_ . locale AS locale_47 , m8_ . id AS id_48 , m9_ . locale AS locale_49 , m9_ . id AS id_50 , s10_ . username AS username_51 , s10_ . password AS password_52 , s10_ . locale AS locale_53 , s10_ . salt AS salt_54 , s10_ . locked AS locked_55 , s10_ . enabled AS enabled_56 , s10_ . lastLogin AS lastLogin_57 , s10_ . confirmationKey AS confirmationKey_58 , s10_ . passwordResetToken AS passwordResetToken_59 , s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 , s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 , s10_ . privateKey AS privateKey_62 , s10_ . apiKey AS apiKey_63 , s10_ . email AS email_64 , s10_ . id AS id_65 , s10_ . created AS created_66 , s10_ . changed AS changed_67 , s10_ . enterprise AS enterprise_68 , s10_ . actorType AS actorType_69 , s10_ . isVisibleProfile AS isVisibleProfile_70 , s10_ . typologie_structure AS typologie_structure_71 , s10_ . fonction AS fonction_72 , s10_ . typologie_acteur_value AS typologie_acteur_value_73 , c11_ . firstName AS firstName_74 , c11_ . middleName AS middleName_75 , c11_ . lastName AS lastName_76 , c11_ . birthday AS birthday_77 , c11_ . salutation AS salutation_78 , c11_ . formOfAddress AS formOfAddress_79 , c11_ . newsletter AS newsletter_80 , c11_ . gender AS gender_81 , c11_ . note AS note_82 , c11_ . mainEmail AS mainEmail_83 , c11_ . mainPhone AS mainPhone_84 , c11_ . mainFax AS mainFax_85 , c11_ . mainUrl AS mainUrl_86 , c11_ . id AS id_87 , c11_ . created AS created_88 , c11_ . changed AS changed_89 , c11_ . visible_annuaire AS visible_annuaire_90 , c11_ . free_text AS free_text_91 , c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 , c11_ . structure AS structure_93 , s12_ . username AS username_94 , s12_ . password AS password_95 , s12_ . locale AS locale_96 , s12_ . salt AS salt_97 , s12_ . locked AS locked_98 , s12_ . enabled AS enabled_99 , s12_ . lastLogin AS lastLogin_100 , s12_ . confirmationKey AS confirmationKey_101 , s12_ . passwordResetToken AS passwordResetToken_102 , s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 , s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 , s12_ . privateKey AS privateKey_105 , s12_ . apiKey AS apiKey_106 , s12_ . email AS email_107 , s12_ . id AS id_108 , s12_ . created AS created_109 , s12_ . changed AS changed_110 , s12_ . enterprise AS enterprise_111 , s12_ . actorType AS actorType_112 , s12_ . isVisibleProfile AS isVisibleProfile_113 , s12_ . typologie_structure AS typologie_structure_114 , s12_ . fonction AS fonction_115 , s12_ . typologie_acteur_value AS typologie_acteur_value_116 , c13_ . firstName AS firstName_117 , c13_ . middleName AS middleName_118 , c13_ . lastName AS lastName_119 , c13_ . birthday AS birthday_120 , c13_ . salutation AS salutation_121 , c13_ . formOfAddress AS formOfAddress_122 , c13_ . newsletter AS newsletter_123 , c13_ . gender AS gender_124 , c13_ . note AS note_125 , c13_ . mainEmail AS mainEmail_126 , c13_ . mainPhone AS mainPhone_127 , c13_ . mainFax AS mainFax_128 , c13_ . mainUrl AS mainUrl_129 , c13_ . id AS id_130 , c13_ . created AS created_131 , c13_ . changed AS changed_132 , c13_ . visible_annuaire AS visible_annuaire_133 , c13_ . free_text AS free_text_134 , c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 , c13_ . structure AS structure_136 , m0_ . idMediaTypes AS idMediaTypes_137 , m0_ . idPreviewImage AS idPreviewImage_138 , m0_ . idCollections AS idCollections_139 , m0_ . idUsersCreator AS idUsersCreator_140 , m0_ . idUsersChanger AS idUsersChanger_141 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 , m2_ . idCollectionTypes AS idCollectionTypes_143 , m2_ . idCollectionsParent AS idCollectionsParent_144 , m2_ . idUsersCreator AS idUsersCreator_145 , m2_ . idUsersChanger AS idUsersChanger_146 , m3_ . idMedia AS idMedia_147 , m3_ . idUsersCreator AS idUsersCreator_148 , m3_ . idUsersChanger AS idUsersChanger_149 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 , m4_ . idFiles AS idFiles_151 , m4_ . idUsersCreator AS idUsersCreator_152 , m4_ . idUsersChanger AS idUsersChanger_153 , t5_ . idUsersCreator AS idUsersCreator_154 , t5_ . idUsersChanger AS idUsersChanger_155 , m6_ . idFileVersions AS idFileVersions_156 , m7_ . idFileVersions AS idFileVersions_157 , m8_ . idFileVersions AS idFileVersions_158 , m9_ . idFileVersions AS idFileVersions_159 , s10_ . idUsersCreator AS idUsersCreator_160 , s10_ . idUsersChanger AS idUsersChanger_161 , s10_ . idContacts AS idContacts_162 , c11_ . idTitles AS idTitles_163 , c11_ . avatar AS avatar_164 , c11_ . idUsersCreator AS idUsersCreator_165 , c11_ . idUsersChanger AS idUsersChanger_166 , c11_ . typologie_acteur_id AS typologie_acteur_id_167 , c11_ . typologie_structure_id AS typologie_structure_id_168 , c11_ . departement_id AS departement_id_169 , c11_ . territoire_interv_id AS territoire_interv_id_170 , s12_ . idUsersCreator AS idUsersCreator_171 , s12_ . idUsersChanger AS idUsersChanger_172 , s12_ . idContacts AS idContacts_173 , c13_ . idTitles AS idTitles_174 , c13_ . avatar AS avatar_175 , c13_ . idUsersCreator AS idUsersCreator_176 , c13_ . idUsersChanger AS idUsersChanger_177 , c13_ . typologie_acteur_id AS typologie_acteur_id_178 , c13_ . typologie_structure_id AS typologie_structure_id_179 , c13_ . departement_id AS departement_id_180 , c13_ . territoire_interv_id AS territoire_interv_id_181 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles AND (m4_ . version = m3_ . version ) LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id WHERE m0_ . id IN (? ) ORDER BY m0_ . id ASC
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . title AS title_35 ,
m6_ . description AS description_36 ,
m6_ . copyright AS copyright_37 ,
m6_ . credits AS credits_38 ,
m6_ . locale AS locale_39 ,
m6_ . id AS id_40 ,
m7_ . title AS title_41 ,
m7_ . description AS description_42 ,
m7_ . copyright AS copyright_43 ,
m7_ . credits AS credits_44 ,
m7_ . locale AS locale_45 ,
m7_ . id AS id_46 ,
m8_ . locale AS locale_47 ,
m8_ . id AS id_48 ,
m9_ . locale AS locale_49 ,
m9_ . id AS id_50 ,
s10_ . username AS username_51 ,
s10_ . password AS password_52 ,
s10_ . locale AS locale_53 ,
s10_ . salt AS salt_54 ,
s10_ . locked AS locked_55 ,
s10_ . enabled AS enabled_56 ,
s10_ . lastLogin AS lastLogin_57 ,
s10_ . confirmationKey AS confirmationKey_58 ,
s10_ . passwordResetToken AS passwordResetToken_59 ,
s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 ,
s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 ,
s10_ . privateKey AS privateKey_62 ,
s10_ . apiKey AS apiKey_63 ,
s10_ . email AS email_64 ,
s10_ . id AS id_65 ,
s10_ . created AS created_66 ,
s10_ . changed AS changed_67 ,
s10_ . enterprise AS enterprise_68 ,
s10_ . actorType AS actorType_69 ,
s10_ . isVisibleProfile AS isVisibleProfile_70 ,
s10_ . typologie_structure AS typologie_structure_71 ,
s10_ . fonction AS fonction_72 ,
s10_ . typologie_acteur_value AS typologie_acteur_value_73 ,
c11_ . firstName AS firstName_74 ,
c11_ . middleName AS middleName_75 ,
c11_ . lastName AS lastName_76 ,
c11_ . birthday AS birthday_77 ,
c11_ . salutation AS salutation_78 ,
c11_ . formOfAddress AS formOfAddress_79 ,
c11_ . newsletter AS newsletter_80 ,
c11_ . gender AS gender_81 ,
c11_ . note AS note_82 ,
c11_ . mainEmail AS mainEmail_83 ,
c11_ . mainPhone AS mainPhone_84 ,
c11_ . mainFax AS mainFax_85 ,
c11_ . mainUrl AS mainUrl_86 ,
c11_ . id AS id_87 ,
c11_ . created AS created_88 ,
c11_ . changed AS changed_89 ,
c11_ . visible_annuaire AS visible_annuaire_90 ,
c11_ . free_text AS free_text_91 ,
c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 ,
c11_ . structure AS structure_93 ,
s12_ . username AS username_94 ,
s12_ . password AS password_95 ,
s12_ . locale AS locale_96 ,
s12_ . salt AS salt_97 ,
s12_ . locked AS locked_98 ,
s12_ . enabled AS enabled_99 ,
s12_ . lastLogin AS lastLogin_100 ,
s12_ . confirmationKey AS confirmationKey_101 ,
s12_ . passwordResetToken AS passwordResetToken_102 ,
s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 ,
s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 ,
s12_ . privateKey AS privateKey_105 ,
s12_ . apiKey AS apiKey_106 ,
s12_ . email AS email_107 ,
s12_ . id AS id_108 ,
s12_ . created AS created_109 ,
s12_ . changed AS changed_110 ,
s12_ . enterprise AS enterprise_111 ,
s12_ . actorType AS actorType_112 ,
s12_ . isVisibleProfile AS isVisibleProfile_113 ,
s12_ . typologie_structure AS typologie_structure_114 ,
s12_ . fonction AS fonction_115 ,
s12_ . typologie_acteur_value AS typologie_acteur_value_116 ,
c13_ . firstName AS firstName_117 ,
c13_ . middleName AS middleName_118 ,
c13_ . lastName AS lastName_119 ,
c13_ . birthday AS birthday_120 ,
c13_ . salutation AS salutation_121 ,
c13_ . formOfAddress AS formOfAddress_122 ,
c13_ . newsletter AS newsletter_123 ,
c13_ . gender AS gender_124 ,
c13_ . note AS note_125 ,
c13_ . mainEmail AS mainEmail_126 ,
c13_ . mainPhone AS mainPhone_127 ,
c13_ . mainFax AS mainFax_128 ,
c13_ . mainUrl AS mainUrl_129 ,
c13_ . id AS id_130 ,
c13_ . created AS created_131 ,
c13_ . changed AS changed_132 ,
c13_ . visible_annuaire AS visible_annuaire_133 ,
c13_ . free_text AS free_text_134 ,
c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 ,
c13_ . structure AS structure_136 ,
m0_ . idMediaTypes AS idMediaTypes_137 ,
m0_ . idPreviewImage AS idPreviewImage_138 ,
m0_ . idCollections AS idCollections_139 ,
m0_ . idUsersCreator AS idUsersCreator_140 ,
m0_ . idUsersChanger AS idUsersChanger_141 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 ,
m2_ . idCollectionTypes AS idCollectionTypes_143 ,
m2_ . idCollectionsParent AS idCollectionsParent_144 ,
m2_ . idUsersCreator AS idUsersCreator_145 ,
m2_ . idUsersChanger AS idUsersChanger_146 ,
m3_ . idMedia AS idMedia_147 ,
m3_ . idUsersCreator AS idUsersCreator_148 ,
m3_ . idUsersChanger AS idUsersChanger_149 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 ,
m4_ . idFiles AS idFiles_151 ,
m4_ . idUsersCreator AS idUsersCreator_152 ,
m4_ . idUsersChanger AS idUsersChanger_153 ,
t5_ . idUsersCreator AS idUsersCreator_154 ,
t5_ . idUsersChanger AS idUsersChanger_155 ,
m6_ . idFileVersions AS idFileVersions_156 ,
m7_ . idFileVersions AS idFileVersions_157 ,
m8_ . idFileVersions AS idFileVersions_158 ,
m9_ . idFileVersions AS idFileVersions_159 ,
s10_ . idUsersCreator AS idUsersCreator_160 ,
s10_ . idUsersChanger AS idUsersChanger_161 ,
s10_ . idContacts AS idContacts_162 ,
c11_ . idTitles AS idTitles_163 ,
c11_ . avatar AS avatar_164 ,
c11_ . idUsersCreator AS idUsersCreator_165 ,
c11_ . idUsersChanger AS idUsersChanger_166 ,
c11_ . typologie_acteur_id AS typologie_acteur_id_167 ,
c11_ . typologie_structure_id AS typologie_structure_id_168 ,
c11_ . departement_id AS departement_id_169 ,
c11_ . territoire_interv_id AS territoire_interv_id_170 ,
s12_ . idUsersCreator AS idUsersCreator_171 ,
s12_ . idUsersChanger AS idUsersChanger_172 ,
s12_ . idContacts AS idContacts_173 ,
c13_ . idTitles AS idTitles_174 ,
c13_ . avatar AS avatar_175 ,
c13_ . idUsersCreator AS idUsersCreator_176 ,
c13_ . idUsersChanger AS idUsersChanger_177 ,
c13_ . typologie_acteur_id AS typologie_acteur_id_178 ,
c13_ . typologie_structure_id AS typologie_structure_id_179 ,
c13_ . departement_id AS departement_id_180 ,
c13_ . territoire_interv_id AS territoire_interv_id_181
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
AND (m4_ . version = m3_ . version )
LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags
LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions
LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id
LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id
LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id
LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id
LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id
WHERE
m0_ . id IN (? )
ORDER BY
m0_ . id ASC
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . title AS title_35 , m6_ . description AS description_36 , m6_ . copyright AS copyright_37 , m6_ . credits AS credits_38 , m6_ . locale AS locale_39 , m6_ . id AS id_40 , m7_ . title AS title_41 , m7_ . description AS description_42 , m7_ . copyright AS copyright_43 , m7_ . credits AS credits_44 , m7_ . locale AS locale_45 , m7_ . id AS id_46 , m8_ . locale AS locale_47 , m8_ . id AS id_48 , m9_ . locale AS locale_49 , m9_ . id AS id_50 , s10_ . username AS username_51 , s10_ . password AS password_52 , s10_ . locale AS locale_53 , s10_ . salt AS salt_54 , s10_ . locked AS locked_55 , s10_ . enabled AS enabled_56 , s10_ . lastLogin AS lastLogin_57 , s10_ . confirmationKey AS confirmationKey_58 , s10_ . passwordResetToken AS passwordResetToken_59 , s10_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_60 , s10_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_61 , s10_ . privateKey AS privateKey_62 , s10_ . apiKey AS apiKey_63 , s10_ . email AS email_64 , s10_ . id AS id_65 , s10_ . created AS created_66 , s10_ . changed AS changed_67 , s10_ . enterprise AS enterprise_68 , s10_ . actorType AS actorType_69 , s10_ . isVisibleProfile AS isVisibleProfile_70 , s10_ . typologie_structure AS typologie_structure_71 , s10_ . fonction AS fonction_72 , s10_ . typologie_acteur_value AS typologie_acteur_value_73 , c11_ . firstName AS firstName_74 , c11_ . middleName AS middleName_75 , c11_ . lastName AS lastName_76 , c11_ . birthday AS birthday_77 , c11_ . salutation AS salutation_78 , c11_ . formOfAddress AS formOfAddress_79 , c11_ . newsletter AS newsletter_80 , c11_ . gender AS gender_81 , c11_ . note AS note_82 , c11_ . mainEmail AS mainEmail_83 , c11_ . mainPhone AS mainPhone_84 , c11_ . mainFax AS mainFax_85 , c11_ . mainUrl AS mainUrl_86 , c11_ . id AS id_87 , c11_ . created AS created_88 , c11_ . changed AS changed_89 , c11_ . visible_annuaire AS visible_annuaire_90 , c11_ . free_text AS free_text_91 , c11_ . autres_typologie_acteur AS autres_typologie_acteur_92 , c11_ . structure AS structure_93 , s12_ . username AS username_94 , s12_ . password AS password_95 , s12_ . locale AS locale_96 , s12_ . salt AS salt_97 , s12_ . locked AS locked_98 , s12_ . enabled AS enabled_99 , s12_ . lastLogin AS lastLogin_100 , s12_ . confirmationKey AS confirmationKey_101 , s12_ . passwordResetToken AS passwordResetToken_102 , s12_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_103 , s12_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_104 , s12_ . privateKey AS privateKey_105 , s12_ . apiKey AS apiKey_106 , s12_ . email AS email_107 , s12_ . id AS id_108 , s12_ . created AS created_109 , s12_ . changed AS changed_110 , s12_ . enterprise AS enterprise_111 , s12_ . actorType AS actorType_112 , s12_ . isVisibleProfile AS isVisibleProfile_113 , s12_ . typologie_structure AS typologie_structure_114 , s12_ . fonction AS fonction_115 , s12_ . typologie_acteur_value AS typologie_acteur_value_116 , c13_ . firstName AS firstName_117 , c13_ . middleName AS middleName_118 , c13_ . lastName AS lastName_119 , c13_ . birthday AS birthday_120 , c13_ . salutation AS salutation_121 , c13_ . formOfAddress AS formOfAddress_122 , c13_ . newsletter AS newsletter_123 , c13_ . gender AS gender_124 , c13_ . note AS note_125 , c13_ . mainEmail AS mainEmail_126 , c13_ . mainPhone AS mainPhone_127 , c13_ . mainFax AS mainFax_128 , c13_ . mainUrl AS mainUrl_129 , c13_ . id AS id_130 , c13_ . created AS created_131 , c13_ . changed AS changed_132 , c13_ . visible_annuaire AS visible_annuaire_133 , c13_ . free_text AS free_text_134 , c13_ . autres_typologie_acteur AS autres_typologie_acteur_135 , c13_ . structure AS structure_136 , m0_ . idMediaTypes AS idMediaTypes_137 , m0_ . idPreviewImage AS idPreviewImage_138 , m0_ . idCollections AS idCollections_139 , m0_ . idUsersCreator AS idUsersCreator_140 , m0_ . idUsersChanger AS idUsersChanger_141 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_142 , m2_ . idCollectionTypes AS idCollectionTypes_143 , m2_ . idCollectionsParent AS idCollectionsParent_144 , m2_ . idUsersCreator AS idUsersCreator_145 , m2_ . idUsersChanger AS idUsersChanger_146 , m3_ . idMedia AS idMedia_147 , m3_ . idUsersCreator AS idUsersCreator_148 , m3_ . idUsersChanger AS idUsersChanger_149 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_150 , m4_ . idFiles AS idFiles_151 , m4_ . idUsersCreator AS idUsersCreator_152 , m4_ . idUsersChanger AS idUsersChanger_153 , t5_ . idUsersCreator AS idUsersCreator_154 , t5_ . idUsersChanger AS idUsersChanger_155 , m6_ . idFileVersions AS idFileVersions_156 , m7_ . idFileVersions AS idFileVersions_157 , m8_ . idFileVersions AS idFileVersions_158 , m9_ . idFileVersions AS idFileVersions_159 , s10_ . idUsersCreator AS idUsersCreator_160 , s10_ . idUsersChanger AS idUsersChanger_161 , s10_ . idContacts AS idContacts_162 , c11_ . idTitles AS idTitles_163 , c11_ . avatar AS avatar_164 , c11_ . idUsersCreator AS idUsersCreator_165 , c11_ . idUsersChanger AS idUsersChanger_166 , c11_ . typologie_acteur_id AS typologie_acteur_id_167 , c11_ . typologie_structure_id AS typologie_structure_id_168 , c11_ . departement_id AS departement_id_169 , c11_ . territoire_interv_id AS territoire_interv_id_170 , s12_ . idUsersCreator AS idUsersCreator_171 , s12_ . idUsersChanger AS idUsersChanger_172 , s12_ . idContacts AS idContacts_173 , c13_ . idTitles AS idTitles_174 , c13_ . avatar AS avatar_175 , c13_ . idUsersCreator AS idUsersCreator_176 , c13_ . idUsersChanger AS idUsersChanger_177 , c13_ . typologie_acteur_id AS typologie_acteur_id_178 , c13_ . typologie_structure_id AS typologie_structure_id_179 , c13_ . departement_id AS departement_id_180 , c13_ . territoire_interv_id AS territoire_interv_id_181 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id INNER JOIN me_files m3_ ON m0_ . id = m3_ . idMedia INNER JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles AND (m4_ . version = m3_ . version ) LEFT JOIN me_file_version_tags m14_ ON m4_ . id = m14_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m14_ . idTags LEFT JOIN me_file_version_meta m6_ ON m4_ . id = m6_ . idFileVersions LEFT JOIN me_file_version_meta m7_ ON m4_ . idFileVersionsMetaDefault = m7_ . id LEFT JOIN me_file_version_content_languages m8_ ON m4_ . id = m8_ . idFileVersions LEFT JOIN me_file_version_publish_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN se_users s10_ ON m0_ . idUsersCreator = s10_ . id LEFT JOIN co_contacts c11_ ON s10_ . idContacts = c11_ . id LEFT JOIN se_users s12_ ON m0_ . idUsersChanger = s12_ . id LEFT JOIN co_contacts c13_ ON s12_ . idContacts = c13_ . id WHERE m0_ . id IN (32 ) ORDER BY m0_ . id ASC ;
Copy
90
1.00 ms
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id IN (? )
SELECT
c0_ . category_key AS category_key_0 ,
c0_ . default_locale AS default_locale_1 ,
c0_ . lft AS lft_2 ,
c0_ . rgt AS rgt_3 ,
c0_ . depth AS depth_4 ,
c0_ . id AS id_5 ,
c0_ . created AS created_6 ,
c0_ . changed AS changed_7 ,
c0_ . page_link AS page_link_8 ,
c0_ . color AS color_9 ,
c1_ . meta_key AS meta_key_10 ,
c1_ . value AS value_11 ,
c1_ . locale AS locale_12 ,
c1_ . id AS id_13 ,
c2_ . translation AS translation_14 ,
c2_ . locale AS locale_15 ,
c2_ . description AS description_16 ,
c2_ . id AS id_17 ,
c2_ . created AS created_18 ,
c2_ . changed AS changed_19 ,
c3_ . locale AS locale_20 ,
c3_ . keyword AS keyword_21 ,
c3_ . id AS id_22 ,
c3_ . created AS created_23 ,
c3_ . changed AS changed_24 ,
c4_ . category_key AS category_key_25 ,
c4_ . default_locale AS default_locale_26 ,
c4_ . lft AS lft_27 ,
c4_ . rgt AS rgt_28 ,
c4_ . depth AS depth_29 ,
c4_ . id AS id_30 ,
c4_ . created AS created_31 ,
c4_ . changed AS changed_32 ,
c4_ . page_link AS page_link_33 ,
c4_ . color AS color_34 ,
c5_ . category_key AS category_key_35 ,
c5_ . default_locale AS default_locale_36 ,
c5_ . lft AS lft_37 ,
c5_ . rgt AS rgt_38 ,
c5_ . depth AS depth_39 ,
c5_ . id AS id_40 ,
c5_ . created AS created_41 ,
c5_ . changed AS changed_42 ,
c5_ . page_link AS page_link_43 ,
c5_ . color AS color_44 ,
c0_ . idCategoriesParent AS idCategoriesParent_45 ,
c0_ . idUsersCreator AS idUsersCreator_46 ,
c0_ . idUsersChanger AS idUsersChanger_47 ,
c1_ . idCategories AS idCategories_48 ,
c2_ . idCategories AS idCategories_49 ,
c2_ . idUsersCreator AS idUsersCreator_50 ,
c2_ . idUsersChanger AS idUsersChanger_51 ,
c3_ . idUsersCreator AS idUsersCreator_52 ,
c3_ . idUsersChanger AS idUsersChanger_53 ,
c4_ . idCategoriesParent AS idCategoriesParent_54 ,
c4_ . idUsersCreator AS idUsersCreator_55 ,
c4_ . idUsersChanger AS idUsersChanger_56 ,
c5_ . idCategoriesParent AS idCategoriesParent_57 ,
c5_ . idUsersCreator AS idUsersCreator_58 ,
c5_ . idUsersChanger AS idUsersChanger_59
FROM
ca_categories c0_
LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories
LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories
LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations
LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords
LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id
LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent
WHERE
c0_ . id IN (? )
Copy
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id IN (1 );
Copy
91
1.92 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 24 ;
Copy
92
4.25 ms
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (? , ? ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC
SELECT
c0_ . firstName AS firstName_0 ,
c0_ . middleName AS middleName_1 ,
c0_ . lastName AS lastName_2 ,
c0_ . birthday AS birthday_3 ,
c0_ . salutation AS salutation_4 ,
c0_ . formOfAddress AS formOfAddress_5 ,
c0_ . newsletter AS newsletter_6 ,
c0_ . gender AS gender_7 ,
c0_ . note AS note_8 ,
c0_ . mainEmail AS mainEmail_9 ,
c0_ . mainPhone AS mainPhone_10 ,
c0_ . mainFax AS mainFax_11 ,
c0_ . mainUrl AS mainUrl_12 ,
c0_ . id AS id_13 ,
c0_ . created AS created_14 ,
c0_ . changed AS changed_15 ,
c0_ . visible_annuaire AS visible_annuaire_16 ,
c0_ . free_text AS free_text_17 ,
c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 ,
c0_ . structure AS structure_19 ,
c1_ . main AS main_20 ,
c1_ . id AS id_21 ,
c2_ . lft AS lft_22 ,
c2_ . rgt AS rgt_23 ,
c2_ . depth AS depth_24 ,
c2_ . name AS name_25 ,
c2_ . externalId AS externalId_26 ,
c2_ . number AS number_27 ,
c2_ . corporation AS corporation_28 ,
c2_ . note AS note_29 ,
c2_ . uid AS uid_30 ,
c2_ . registerNumber AS registerNumber_31 ,
c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 ,
c2_ . mainEmail AS mainEmail_33 ,
c2_ . mainPhone AS mainPhone_34 ,
c2_ . mainFax AS mainFax_35 ,
c2_ . mainUrl AS mainUrl_36 ,
c2_ . id AS id_37 ,
c2_ . created AS created_38 ,
c2_ . changed AS changed_39 ,
c3_ . firstName AS firstName_40 ,
c3_ . middleName AS middleName_41 ,
c3_ . lastName AS lastName_42 ,
c3_ . birthday AS birthday_43 ,
c3_ . salutation AS salutation_44 ,
c3_ . formOfAddress AS formOfAddress_45 ,
c3_ . newsletter AS newsletter_46 ,
c3_ . gender AS gender_47 ,
c3_ . note AS note_48 ,
c3_ . mainEmail AS mainEmail_49 ,
c3_ . mainPhone AS mainPhone_50 ,
c3_ . mainFax AS mainFax_51 ,
c3_ . mainUrl AS mainUrl_52 ,
c3_ . id AS id_53 ,
c3_ . created AS created_54 ,
c3_ . changed AS changed_55 ,
c3_ . visible_annuaire AS visible_annuaire_56 ,
c3_ . free_text AS free_text_57 ,
c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 ,
c3_ . structure AS structure_59 ,
c4_ . main AS main_60 ,
c4_ . id AS id_61 ,
c5_ . title AS title_62 ,
c5_ . primaryAddress AS primaryAddress_63 ,
c5_ . deliveryAddress AS deliveryAddress_64 ,
c5_ . billingAddress AS billingAddress_65 ,
c5_ . street AS street_66 ,
c5_ . number AS number_67 ,
c5_ . addition AS addition_68 ,
c5_ . zip AS zip_69 ,
c5_ . city AS city_70 ,
c5_ . state AS state_71 ,
c5_ . countryCode AS countryCode_72 ,
c5_ . postboxNumber AS postboxNumber_73 ,
c5_ . postboxPostcode AS postboxPostcode_74 ,
c5_ . postboxCity AS postboxCity_75 ,
c5_ . latitude AS latitude_76 ,
c5_ . longitude AS longitude_77 ,
c5_ . note AS note_78 ,
c5_ . id AS id_79 ,
c6_ . name AS name_80 ,
c6_ . id AS id_81 ,
c7_ . locale AS locale_82 ,
c7_ . id AS id_83 ,
c8_ . email AS email_84 ,
c8_ . id AS id_85 ,
c9_ . name AS name_86 ,
c9_ . id AS id_87 ,
c10_ . fax AS fax_88 ,
c10_ . id AS id_89 ,
c11_ . name AS name_90 ,
c11_ . id AS id_91 ,
c12_ . value AS value_92 ,
c12_ . id AS id_93 ,
c13_ . phone AS phone_94 ,
c13_ . id AS id_95 ,
c14_ . name AS name_96 ,
c14_ . id AS id_97 ,
t15_ . name AS name_98 ,
t15_ . id AS id_99 ,
c16_ . url AS url_100 ,
c16_ . id AS id_101 ,
c17_ . name AS name_102 ,
c17_ . id AS id_103 ,
c18_ . title AS title_104 ,
c18_ . id AS id_105 ,
c19_ . position AS position_106 ,
c19_ . id AS id_107 ,
m20_ . id AS id_108 ,
m20_ . created AS created_109 ,
m20_ . changed AS changed_110 ,
c21_ . category_key AS category_key_111 ,
c21_ . default_locale AS default_locale_112 ,
c21_ . lft AS lft_113 ,
c21_ . rgt AS rgt_114 ,
c21_ . depth AS depth_115 ,
c21_ . id AS id_116 ,
c21_ . created AS created_117 ,
c21_ . changed AS changed_118 ,
c21_ . page_link AS page_link_119 ,
c21_ . color AS color_120 ,
c22_ . translation AS translation_121 ,
c22_ . locale AS locale_122 ,
c22_ . description AS description_123 ,
c22_ . id AS id_124 ,
c22_ . created AS created_125 ,
c22_ . changed AS changed_126 ,
c23_ . bankName AS bankName_127 ,
c23_ . bic AS bic_128 ,
c23_ . iban AS iban_129 ,
c23_ . public AS public_130 ,
c23_ . id AS id_131 ,
c0_ . idTitles AS idTitles_132 ,
c0_ . avatar AS avatar_133 ,
c0_ . idUsersCreator AS idUsersCreator_134 ,
c0_ . idUsersChanger AS idUsersChanger_135 ,
c0_ . typologie_acteur_id AS typologie_acteur_id_136 ,
c0_ . typologie_structure_id AS typologie_structure_id_137 ,
c0_ . departement_id AS departement_id_138 ,
c0_ . territoire_interv_id AS territoire_interv_id_139 ,
c1_ . idPositions AS idPositions_140 ,
c1_ . idContacts AS idContacts_141 ,
c1_ . idAccounts AS idAccounts_142 ,
c2_ . idContactsMain AS idContactsMain_143 ,
c2_ . idAccountsParent AS idAccountsParent_144 ,
c2_ . logo AS logo_145 ,
c2_ . idUsersCreator AS idUsersCreator_146 ,
c2_ . idUsersChanger AS idUsersChanger_147 ,
c3_ . idTitles AS idTitles_148 ,
c3_ . avatar AS avatar_149 ,
c3_ . idUsersCreator AS idUsersCreator_150 ,
c3_ . idUsersChanger AS idUsersChanger_151 ,
c3_ . typologie_acteur_id AS typologie_acteur_id_152 ,
c3_ . typologie_structure_id AS typologie_structure_id_153 ,
c3_ . departement_id AS departement_id_154 ,
c3_ . territoire_interv_id AS territoire_interv_id_155 ,
c4_ . idAddresses AS idAddresses_156 ,
c4_ . idContacts AS idContacts_157 ,
c5_ . idAdressTypes AS idAdressTypes_158 ,
c7_ . idContacts AS idContacts_159 ,
c8_ . idEmailTypes AS idEmailTypes_160 ,
c10_ . idFaxTypes AS idFaxTypes_161 ,
c13_ . idPhoneTypes AS idPhoneTypes_162 ,
t15_ . idUsersCreator AS idUsersCreator_163 ,
t15_ . idUsersChanger AS idUsersChanger_164 ,
c16_ . idUrlTypes AS idUrlTypes_165 ,
m20_ . idMediaTypes AS idMediaTypes_166 ,
m20_ . idPreviewImage AS idPreviewImage_167 ,
m20_ . idCollections AS idCollections_168 ,
m20_ . idUsersCreator AS idUsersCreator_169 ,
m20_ . idUsersChanger AS idUsersChanger_170 ,
c21_ . idCategoriesParent AS idCategoriesParent_171 ,
c21_ . idUsersCreator AS idUsersCreator_172 ,
c21_ . idUsersChanger AS idUsersChanger_173 ,
c22_ . idCategories AS idCategories_174 ,
c22_ . idUsersCreator AS idUsersCreator_175 ,
c22_ . idUsersChanger AS idUsersChanger_176
FROM
co_contacts c0_
LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts
LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id
LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id
LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts
LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id
LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id
LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts
LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts
LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails
LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id
LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts
LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes
LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id
LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts
LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes
LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts
LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones
LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id
LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts
LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags
LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts
LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls
LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id
LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id
LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id
LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts
LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias
LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts
LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories
LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories
LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts
LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts
WHERE
c0_ . id IN (? , ? )
ORDER BY
c0_ . id ASC ,
c8_ . id ASC ,
c10_ . id ASC ,
c12_ . id ASC ,
c13_ . id ASC ,
t15_ . name ASC ,
c16_ . id ASC ,
m20_ . id ASC ,
c21_ . id ASC ,
c23_ . id ASC
Copy
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (11 , 9 ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC ;
Copy
93
3.08 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 36 ;
Copy
94
4.90 ms
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (? ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC
SELECT
c0_ . firstName AS firstName_0 ,
c0_ . middleName AS middleName_1 ,
c0_ . lastName AS lastName_2 ,
c0_ . birthday AS birthday_3 ,
c0_ . salutation AS salutation_4 ,
c0_ . formOfAddress AS formOfAddress_5 ,
c0_ . newsletter AS newsletter_6 ,
c0_ . gender AS gender_7 ,
c0_ . note AS note_8 ,
c0_ . mainEmail AS mainEmail_9 ,
c0_ . mainPhone AS mainPhone_10 ,
c0_ . mainFax AS mainFax_11 ,
c0_ . mainUrl AS mainUrl_12 ,
c0_ . id AS id_13 ,
c0_ . created AS created_14 ,
c0_ . changed AS changed_15 ,
c0_ . visible_annuaire AS visible_annuaire_16 ,
c0_ . free_text AS free_text_17 ,
c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 ,
c0_ . structure AS structure_19 ,
c1_ . main AS main_20 ,
c1_ . id AS id_21 ,
c2_ . lft AS lft_22 ,
c2_ . rgt AS rgt_23 ,
c2_ . depth AS depth_24 ,
c2_ . name AS name_25 ,
c2_ . externalId AS externalId_26 ,
c2_ . number AS number_27 ,
c2_ . corporation AS corporation_28 ,
c2_ . note AS note_29 ,
c2_ . uid AS uid_30 ,
c2_ . registerNumber AS registerNumber_31 ,
c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 ,
c2_ . mainEmail AS mainEmail_33 ,
c2_ . mainPhone AS mainPhone_34 ,
c2_ . mainFax AS mainFax_35 ,
c2_ . mainUrl AS mainUrl_36 ,
c2_ . id AS id_37 ,
c2_ . created AS created_38 ,
c2_ . changed AS changed_39 ,
c3_ . firstName AS firstName_40 ,
c3_ . middleName AS middleName_41 ,
c3_ . lastName AS lastName_42 ,
c3_ . birthday AS birthday_43 ,
c3_ . salutation AS salutation_44 ,
c3_ . formOfAddress AS formOfAddress_45 ,
c3_ . newsletter AS newsletter_46 ,
c3_ . gender AS gender_47 ,
c3_ . note AS note_48 ,
c3_ . mainEmail AS mainEmail_49 ,
c3_ . mainPhone AS mainPhone_50 ,
c3_ . mainFax AS mainFax_51 ,
c3_ . mainUrl AS mainUrl_52 ,
c3_ . id AS id_53 ,
c3_ . created AS created_54 ,
c3_ . changed AS changed_55 ,
c3_ . visible_annuaire AS visible_annuaire_56 ,
c3_ . free_text AS free_text_57 ,
c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 ,
c3_ . structure AS structure_59 ,
c4_ . main AS main_60 ,
c4_ . id AS id_61 ,
c5_ . title AS title_62 ,
c5_ . primaryAddress AS primaryAddress_63 ,
c5_ . deliveryAddress AS deliveryAddress_64 ,
c5_ . billingAddress AS billingAddress_65 ,
c5_ . street AS street_66 ,
c5_ . number AS number_67 ,
c5_ . addition AS addition_68 ,
c5_ . zip AS zip_69 ,
c5_ . city AS city_70 ,
c5_ . state AS state_71 ,
c5_ . countryCode AS countryCode_72 ,
c5_ . postboxNumber AS postboxNumber_73 ,
c5_ . postboxPostcode AS postboxPostcode_74 ,
c5_ . postboxCity AS postboxCity_75 ,
c5_ . latitude AS latitude_76 ,
c5_ . longitude AS longitude_77 ,
c5_ . note AS note_78 ,
c5_ . id AS id_79 ,
c6_ . name AS name_80 ,
c6_ . id AS id_81 ,
c7_ . locale AS locale_82 ,
c7_ . id AS id_83 ,
c8_ . email AS email_84 ,
c8_ . id AS id_85 ,
c9_ . name AS name_86 ,
c9_ . id AS id_87 ,
c10_ . fax AS fax_88 ,
c10_ . id AS id_89 ,
c11_ . name AS name_90 ,
c11_ . id AS id_91 ,
c12_ . value AS value_92 ,
c12_ . id AS id_93 ,
c13_ . phone AS phone_94 ,
c13_ . id AS id_95 ,
c14_ . name AS name_96 ,
c14_ . id AS id_97 ,
t15_ . name AS name_98 ,
t15_ . id AS id_99 ,
c16_ . url AS url_100 ,
c16_ . id AS id_101 ,
c17_ . name AS name_102 ,
c17_ . id AS id_103 ,
c18_ . title AS title_104 ,
c18_ . id AS id_105 ,
c19_ . position AS position_106 ,
c19_ . id AS id_107 ,
m20_ . id AS id_108 ,
m20_ . created AS created_109 ,
m20_ . changed AS changed_110 ,
c21_ . category_key AS category_key_111 ,
c21_ . default_locale AS default_locale_112 ,
c21_ . lft AS lft_113 ,
c21_ . rgt AS rgt_114 ,
c21_ . depth AS depth_115 ,
c21_ . id AS id_116 ,
c21_ . created AS created_117 ,
c21_ . changed AS changed_118 ,
c21_ . page_link AS page_link_119 ,
c21_ . color AS color_120 ,
c22_ . translation AS translation_121 ,
c22_ . locale AS locale_122 ,
c22_ . description AS description_123 ,
c22_ . id AS id_124 ,
c22_ . created AS created_125 ,
c22_ . changed AS changed_126 ,
c23_ . bankName AS bankName_127 ,
c23_ . bic AS bic_128 ,
c23_ . iban AS iban_129 ,
c23_ . public AS public_130 ,
c23_ . id AS id_131 ,
c0_ . idTitles AS idTitles_132 ,
c0_ . avatar AS avatar_133 ,
c0_ . idUsersCreator AS idUsersCreator_134 ,
c0_ . idUsersChanger AS idUsersChanger_135 ,
c0_ . typologie_acteur_id AS typologie_acteur_id_136 ,
c0_ . typologie_structure_id AS typologie_structure_id_137 ,
c0_ . departement_id AS departement_id_138 ,
c0_ . territoire_interv_id AS territoire_interv_id_139 ,
c1_ . idPositions AS idPositions_140 ,
c1_ . idContacts AS idContacts_141 ,
c1_ . idAccounts AS idAccounts_142 ,
c2_ . idContactsMain AS idContactsMain_143 ,
c2_ . idAccountsParent AS idAccountsParent_144 ,
c2_ . logo AS logo_145 ,
c2_ . idUsersCreator AS idUsersCreator_146 ,
c2_ . idUsersChanger AS idUsersChanger_147 ,
c3_ . idTitles AS idTitles_148 ,
c3_ . avatar AS avatar_149 ,
c3_ . idUsersCreator AS idUsersCreator_150 ,
c3_ . idUsersChanger AS idUsersChanger_151 ,
c3_ . typologie_acteur_id AS typologie_acteur_id_152 ,
c3_ . typologie_structure_id AS typologie_structure_id_153 ,
c3_ . departement_id AS departement_id_154 ,
c3_ . territoire_interv_id AS territoire_interv_id_155 ,
c4_ . idAddresses AS idAddresses_156 ,
c4_ . idContacts AS idContacts_157 ,
c5_ . idAdressTypes AS idAdressTypes_158 ,
c7_ . idContacts AS idContacts_159 ,
c8_ . idEmailTypes AS idEmailTypes_160 ,
c10_ . idFaxTypes AS idFaxTypes_161 ,
c13_ . idPhoneTypes AS idPhoneTypes_162 ,
t15_ . idUsersCreator AS idUsersCreator_163 ,
t15_ . idUsersChanger AS idUsersChanger_164 ,
c16_ . idUrlTypes AS idUrlTypes_165 ,
m20_ . idMediaTypes AS idMediaTypes_166 ,
m20_ . idPreviewImage AS idPreviewImage_167 ,
m20_ . idCollections AS idCollections_168 ,
m20_ . idUsersCreator AS idUsersCreator_169 ,
m20_ . idUsersChanger AS idUsersChanger_170 ,
c21_ . idCategoriesParent AS idCategoriesParent_171 ,
c21_ . idUsersCreator AS idUsersCreator_172 ,
c21_ . idUsersChanger AS idUsersChanger_173 ,
c22_ . idCategories AS idCategories_174 ,
c22_ . idUsersCreator AS idUsersCreator_175 ,
c22_ . idUsersChanger AS idUsersChanger_176
FROM
co_contacts c0_
LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts
LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id
LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id
LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts
LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id
LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id
LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts
LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts
LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails
LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id
LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts
LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes
LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id
LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts
LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes
LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts
LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones
LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id
LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts
LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags
LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts
LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls
LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id
LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id
LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id
LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts
LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias
LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts
LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories
LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories
LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts
LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts
WHERE
c0_ . id IN (? )
ORDER BY
c0_ . id ASC ,
c8_ . id ASC ,
c10_ . id ASC ,
c12_ . id ASC ,
c13_ . id ASC ,
t15_ . name ASC ,
c16_ . id ASC ,
m20_ . id ASC ,
c21_ . id ASC ,
c23_ . id ASC
Copy
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (10 ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC ;
Copy
95
2.43 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 35 ;
Copy
96
2.57 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 30 ;
Copy
97
2.29 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 35 ;
Copy
98
1.68 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 33 ;
Copy
99
1.51 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 31 ;
Copy
100
1.43 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 35 ;
Copy
101
0.24 ms
SELECT DATABASE ()
102
0.81 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '9cdaf6e0-b488-47c9-9e49-16fa7669cc95' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '9cdaf6e0-b488-47c9-9e49-16fa7669cc95' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
103
0.22 ms
SELECT DATABASE ()
104
0.47 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/acteurs-territoires' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/acteurs-territoires' LIMIT 1 ;
Copy
105
1.52 ms
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id = ?
SELECT
c0_ . category_key AS category_key_0 ,
c0_ . default_locale AS default_locale_1 ,
c0_ . lft AS lft_2 ,
c0_ . rgt AS rgt_3 ,
c0_ . depth AS depth_4 ,
c0_ . id AS id_5 ,
c0_ . created AS created_6 ,
c0_ . changed AS changed_7 ,
c0_ . page_link AS page_link_8 ,
c0_ . color AS color_9 ,
c1_ . meta_key AS meta_key_10 ,
c1_ . value AS value_11 ,
c1_ . locale AS locale_12 ,
c1_ . id AS id_13 ,
c2_ . translation AS translation_14 ,
c2_ . locale AS locale_15 ,
c2_ . description AS description_16 ,
c2_ . id AS id_17 ,
c2_ . created AS created_18 ,
c2_ . changed AS changed_19 ,
c3_ . locale AS locale_20 ,
c3_ . keyword AS keyword_21 ,
c3_ . id AS id_22 ,
c3_ . created AS created_23 ,
c3_ . changed AS changed_24 ,
c4_ . category_key AS category_key_25 ,
c4_ . default_locale AS default_locale_26 ,
c4_ . lft AS lft_27 ,
c4_ . rgt AS rgt_28 ,
c4_ . depth AS depth_29 ,
c4_ . id AS id_30 ,
c4_ . created AS created_31 ,
c4_ . changed AS changed_32 ,
c4_ . page_link AS page_link_33 ,
c4_ . color AS color_34 ,
c5_ . category_key AS category_key_35 ,
c5_ . default_locale AS default_locale_36 ,
c5_ . lft AS lft_37 ,
c5_ . rgt AS rgt_38 ,
c5_ . depth AS depth_39 ,
c5_ . id AS id_40 ,
c5_ . created AS created_41 ,
c5_ . changed AS changed_42 ,
c5_ . page_link AS page_link_43 ,
c5_ . color AS color_44 ,
c0_ . idCategoriesParent AS idCategoriesParent_45 ,
c0_ . idUsersCreator AS idUsersCreator_46 ,
c0_ . idUsersChanger AS idUsersChanger_47 ,
c1_ . idCategories AS idCategories_48 ,
c2_ . idCategories AS idCategories_49 ,
c2_ . idUsersCreator AS idUsersCreator_50 ,
c2_ . idUsersChanger AS idUsersChanger_51 ,
c3_ . idUsersCreator AS idUsersCreator_52 ,
c3_ . idUsersChanger AS idUsersChanger_53 ,
c4_ . idCategoriesParent AS idCategoriesParent_54 ,
c4_ . idUsersCreator AS idUsersCreator_55 ,
c4_ . idUsersChanger AS idUsersChanger_56 ,
c5_ . idCategoriesParent AS idCategoriesParent_57 ,
c5_ . idUsersCreator AS idUsersCreator_58 ,
c5_ . idUsersChanger AS idUsersChanger_59
FROM
ca_categories c0_
LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories
LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories
LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations
LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords
LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id
LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent
WHERE
c0_ . id = ?
Copy
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id = 27 ;
Copy
106
0.63 ms
SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?
Parameters :
[
"b510176b-3fe1-473a-bd1d-e73a9b479a31 "
"default_live "
]
SELECT * FROM phpcr_nodes WHERE identifier = 'b510176b-3fe1-473a-bd1d-e73a9b479a31' AND workspace_name = 'default_live' ;
Copy
107
0.61 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources/thematiques/developpement-territorial "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/ressources/thematiques/developpement-territorial' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
108
1.06 ms
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id = ?
SELECT
c0_ . category_key AS category_key_0 ,
c0_ . default_locale AS default_locale_1 ,
c0_ . lft AS lft_2 ,
c0_ . rgt AS rgt_3 ,
c0_ . depth AS depth_4 ,
c0_ . id AS id_5 ,
c0_ . created AS created_6 ,
c0_ . changed AS changed_7 ,
c0_ . page_link AS page_link_8 ,
c0_ . color AS color_9 ,
c1_ . meta_key AS meta_key_10 ,
c1_ . value AS value_11 ,
c1_ . locale AS locale_12 ,
c1_ . id AS id_13 ,
c2_ . translation AS translation_14 ,
c2_ . locale AS locale_15 ,
c2_ . description AS description_16 ,
c2_ . id AS id_17 ,
c2_ . created AS created_18 ,
c2_ . changed AS changed_19 ,
c3_ . locale AS locale_20 ,
c3_ . keyword AS keyword_21 ,
c3_ . id AS id_22 ,
c3_ . created AS created_23 ,
c3_ . changed AS changed_24 ,
c4_ . category_key AS category_key_25 ,
c4_ . default_locale AS default_locale_26 ,
c4_ . lft AS lft_27 ,
c4_ . rgt AS rgt_28 ,
c4_ . depth AS depth_29 ,
c4_ . id AS id_30 ,
c4_ . created AS created_31 ,
c4_ . changed AS changed_32 ,
c4_ . page_link AS page_link_33 ,
c4_ . color AS color_34 ,
c5_ . category_key AS category_key_35 ,
c5_ . default_locale AS default_locale_36 ,
c5_ . lft AS lft_37 ,
c5_ . rgt AS rgt_38 ,
c5_ . depth AS depth_39 ,
c5_ . id AS id_40 ,
c5_ . created AS created_41 ,
c5_ . changed AS changed_42 ,
c5_ . page_link AS page_link_43 ,
c5_ . color AS color_44 ,
c0_ . idCategoriesParent AS idCategoriesParent_45 ,
c0_ . idUsersCreator AS idUsersCreator_46 ,
c0_ . idUsersChanger AS idUsersChanger_47 ,
c1_ . idCategories AS idCategories_48 ,
c2_ . idCategories AS idCategories_49 ,
c2_ . idUsersCreator AS idUsersCreator_50 ,
c2_ . idUsersChanger AS idUsersChanger_51 ,
c3_ . idUsersCreator AS idUsersCreator_52 ,
c3_ . idUsersChanger AS idUsersChanger_53 ,
c4_ . idCategoriesParent AS idCategoriesParent_54 ,
c4_ . idUsersCreator AS idUsersCreator_55 ,
c4_ . idUsersChanger AS idUsersChanger_56 ,
c5_ . idCategoriesParent AS idCategoriesParent_57 ,
c5_ . idUsersCreator AS idUsersCreator_58 ,
c5_ . idUsersChanger AS idUsersChanger_59
FROM
ca_categories c0_
LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories
LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories
LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations
LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords
LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id
LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent
WHERE
c0_ . id = ?
Copy
SELECT c0_ . category_key AS category_key_0 , c0_ . default_locale AS default_locale_1 , c0_ . lft AS lft_2 , c0_ . rgt AS rgt_3 , c0_ . depth AS depth_4 , c0_ . id AS id_5 , c0_ . created AS created_6 , c0_ . changed AS changed_7 , c0_ . page_link AS page_link_8 , c0_ . color AS color_9 , c1_ . meta_key AS meta_key_10 , c1_ . value AS value_11 , c1_ . locale AS locale_12 , c1_ . id AS id_13 , c2_ . translation AS translation_14 , c2_ . locale AS locale_15 , c2_ . description AS description_16 , c2_ . id AS id_17 , c2_ . created AS created_18 , c2_ . changed AS changed_19 , c3_ . locale AS locale_20 , c3_ . keyword AS keyword_21 , c3_ . id AS id_22 , c3_ . created AS created_23 , c3_ . changed AS changed_24 , c4_ . category_key AS category_key_25 , c4_ . default_locale AS default_locale_26 , c4_ . lft AS lft_27 , c4_ . rgt AS rgt_28 , c4_ . depth AS depth_29 , c4_ . id AS id_30 , c4_ . created AS created_31 , c4_ . changed AS changed_32 , c4_ . page_link AS page_link_33 , c4_ . color AS color_34 , c5_ . category_key AS category_key_35 , c5_ . default_locale AS default_locale_36 , c5_ . lft AS lft_37 , c5_ . rgt AS rgt_38 , c5_ . depth AS depth_39 , c5_ . id AS id_40 , c5_ . created AS created_41 , c5_ . changed AS changed_42 , c5_ . page_link AS page_link_43 , c5_ . color AS color_44 , c0_ . idCategoriesParent AS idCategoriesParent_45 , c0_ . idUsersCreator AS idUsersCreator_46 , c0_ . idUsersChanger AS idUsersChanger_47 , c1_ . idCategories AS idCategories_48 , c2_ . idCategories AS idCategories_49 , c2_ . idUsersCreator AS idUsersCreator_50 , c2_ . idUsersChanger AS idUsersChanger_51 , c3_ . idUsersCreator AS idUsersCreator_52 , c3_ . idUsersChanger AS idUsersChanger_53 , c4_ . idCategoriesParent AS idCategoriesParent_54 , c4_ . idUsersCreator AS idUsersCreator_55 , c4_ . idUsersChanger AS idUsersChanger_56 , c5_ . idCategoriesParent AS idCategoriesParent_57 , c5_ . idUsersCreator AS idUsersCreator_58 , c5_ . idUsersChanger AS idUsersChanger_59 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_ . id = c1_ . idCategories LEFT JOIN ca_category_translations c2_ ON c0_ . id = c2_ . idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_ . id = c6_ . idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_ . id = c6_ . idKeywords LEFT JOIN ca_categories c4_ ON c0_ . idCategoriesParent = c4_ . id LEFT JOIN ca_categories c5_ ON c0_ . id = c5_ . idCategoriesParent WHERE c0_ . id = 29 ;
Copy
109
0.40 ms
SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?
Parameters :
[
"d50e117a-b194-48a9-8bdc-2f78fe845558 "
"default_live "
]
SELECT * FROM phpcr_nodes WHERE identifier = 'd50e117a-b194-48a9-8bdc-2f78fe845558' AND workspace_name = 'default_live' ;
Copy
110
0.59 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/ressources/thematiques/europe "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/ressources/thematiques/europe' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
111
1.80 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 35 ;
Copy
112
1.87 ms
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (? ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC
SELECT
c0_ . firstName AS firstName_0 ,
c0_ . middleName AS middleName_1 ,
c0_ . lastName AS lastName_2 ,
c0_ . birthday AS birthday_3 ,
c0_ . salutation AS salutation_4 ,
c0_ . formOfAddress AS formOfAddress_5 ,
c0_ . newsletter AS newsletter_6 ,
c0_ . gender AS gender_7 ,
c0_ . note AS note_8 ,
c0_ . mainEmail AS mainEmail_9 ,
c0_ . mainPhone AS mainPhone_10 ,
c0_ . mainFax AS mainFax_11 ,
c0_ . mainUrl AS mainUrl_12 ,
c0_ . id AS id_13 ,
c0_ . created AS created_14 ,
c0_ . changed AS changed_15 ,
c0_ . visible_annuaire AS visible_annuaire_16 ,
c0_ . free_text AS free_text_17 ,
c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 ,
c0_ . structure AS structure_19 ,
c1_ . main AS main_20 ,
c1_ . id AS id_21 ,
c2_ . lft AS lft_22 ,
c2_ . rgt AS rgt_23 ,
c2_ . depth AS depth_24 ,
c2_ . name AS name_25 ,
c2_ . externalId AS externalId_26 ,
c2_ . number AS number_27 ,
c2_ . corporation AS corporation_28 ,
c2_ . note AS note_29 ,
c2_ . uid AS uid_30 ,
c2_ . registerNumber AS registerNumber_31 ,
c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 ,
c2_ . mainEmail AS mainEmail_33 ,
c2_ . mainPhone AS mainPhone_34 ,
c2_ . mainFax AS mainFax_35 ,
c2_ . mainUrl AS mainUrl_36 ,
c2_ . id AS id_37 ,
c2_ . created AS created_38 ,
c2_ . changed AS changed_39 ,
c3_ . firstName AS firstName_40 ,
c3_ . middleName AS middleName_41 ,
c3_ . lastName AS lastName_42 ,
c3_ . birthday AS birthday_43 ,
c3_ . salutation AS salutation_44 ,
c3_ . formOfAddress AS formOfAddress_45 ,
c3_ . newsletter AS newsletter_46 ,
c3_ . gender AS gender_47 ,
c3_ . note AS note_48 ,
c3_ . mainEmail AS mainEmail_49 ,
c3_ . mainPhone AS mainPhone_50 ,
c3_ . mainFax AS mainFax_51 ,
c3_ . mainUrl AS mainUrl_52 ,
c3_ . id AS id_53 ,
c3_ . created AS created_54 ,
c3_ . changed AS changed_55 ,
c3_ . visible_annuaire AS visible_annuaire_56 ,
c3_ . free_text AS free_text_57 ,
c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 ,
c3_ . structure AS structure_59 ,
c4_ . main AS main_60 ,
c4_ . id AS id_61 ,
c5_ . title AS title_62 ,
c5_ . primaryAddress AS primaryAddress_63 ,
c5_ . deliveryAddress AS deliveryAddress_64 ,
c5_ . billingAddress AS billingAddress_65 ,
c5_ . street AS street_66 ,
c5_ . number AS number_67 ,
c5_ . addition AS addition_68 ,
c5_ . zip AS zip_69 ,
c5_ . city AS city_70 ,
c5_ . state AS state_71 ,
c5_ . countryCode AS countryCode_72 ,
c5_ . postboxNumber AS postboxNumber_73 ,
c5_ . postboxPostcode AS postboxPostcode_74 ,
c5_ . postboxCity AS postboxCity_75 ,
c5_ . latitude AS latitude_76 ,
c5_ . longitude AS longitude_77 ,
c5_ . note AS note_78 ,
c5_ . id AS id_79 ,
c6_ . name AS name_80 ,
c6_ . id AS id_81 ,
c7_ . locale AS locale_82 ,
c7_ . id AS id_83 ,
c8_ . email AS email_84 ,
c8_ . id AS id_85 ,
c9_ . name AS name_86 ,
c9_ . id AS id_87 ,
c10_ . fax AS fax_88 ,
c10_ . id AS id_89 ,
c11_ . name AS name_90 ,
c11_ . id AS id_91 ,
c12_ . value AS value_92 ,
c12_ . id AS id_93 ,
c13_ . phone AS phone_94 ,
c13_ . id AS id_95 ,
c14_ . name AS name_96 ,
c14_ . id AS id_97 ,
t15_ . name AS name_98 ,
t15_ . id AS id_99 ,
c16_ . url AS url_100 ,
c16_ . id AS id_101 ,
c17_ . name AS name_102 ,
c17_ . id AS id_103 ,
c18_ . title AS title_104 ,
c18_ . id AS id_105 ,
c19_ . position AS position_106 ,
c19_ . id AS id_107 ,
m20_ . id AS id_108 ,
m20_ . created AS created_109 ,
m20_ . changed AS changed_110 ,
c21_ . category_key AS category_key_111 ,
c21_ . default_locale AS default_locale_112 ,
c21_ . lft AS lft_113 ,
c21_ . rgt AS rgt_114 ,
c21_ . depth AS depth_115 ,
c21_ . id AS id_116 ,
c21_ . created AS created_117 ,
c21_ . changed AS changed_118 ,
c21_ . page_link AS page_link_119 ,
c21_ . color AS color_120 ,
c22_ . translation AS translation_121 ,
c22_ . locale AS locale_122 ,
c22_ . description AS description_123 ,
c22_ . id AS id_124 ,
c22_ . created AS created_125 ,
c22_ . changed AS changed_126 ,
c23_ . bankName AS bankName_127 ,
c23_ . bic AS bic_128 ,
c23_ . iban AS iban_129 ,
c23_ . public AS public_130 ,
c23_ . id AS id_131 ,
c0_ . idTitles AS idTitles_132 ,
c0_ . avatar AS avatar_133 ,
c0_ . idUsersCreator AS idUsersCreator_134 ,
c0_ . idUsersChanger AS idUsersChanger_135 ,
c0_ . typologie_acteur_id AS typologie_acteur_id_136 ,
c0_ . typologie_structure_id AS typologie_structure_id_137 ,
c0_ . departement_id AS departement_id_138 ,
c0_ . territoire_interv_id AS territoire_interv_id_139 ,
c1_ . idPositions AS idPositions_140 ,
c1_ . idContacts AS idContacts_141 ,
c1_ . idAccounts AS idAccounts_142 ,
c2_ . idContactsMain AS idContactsMain_143 ,
c2_ . idAccountsParent AS idAccountsParent_144 ,
c2_ . logo AS logo_145 ,
c2_ . idUsersCreator AS idUsersCreator_146 ,
c2_ . idUsersChanger AS idUsersChanger_147 ,
c3_ . idTitles AS idTitles_148 ,
c3_ . avatar AS avatar_149 ,
c3_ . idUsersCreator AS idUsersCreator_150 ,
c3_ . idUsersChanger AS idUsersChanger_151 ,
c3_ . typologie_acteur_id AS typologie_acteur_id_152 ,
c3_ . typologie_structure_id AS typologie_structure_id_153 ,
c3_ . departement_id AS departement_id_154 ,
c3_ . territoire_interv_id AS territoire_interv_id_155 ,
c4_ . idAddresses AS idAddresses_156 ,
c4_ . idContacts AS idContacts_157 ,
c5_ . idAdressTypes AS idAdressTypes_158 ,
c7_ . idContacts AS idContacts_159 ,
c8_ . idEmailTypes AS idEmailTypes_160 ,
c10_ . idFaxTypes AS idFaxTypes_161 ,
c13_ . idPhoneTypes AS idPhoneTypes_162 ,
t15_ . idUsersCreator AS idUsersCreator_163 ,
t15_ . idUsersChanger AS idUsersChanger_164 ,
c16_ . idUrlTypes AS idUrlTypes_165 ,
m20_ . idMediaTypes AS idMediaTypes_166 ,
m20_ . idPreviewImage AS idPreviewImage_167 ,
m20_ . idCollections AS idCollections_168 ,
m20_ . idUsersCreator AS idUsersCreator_169 ,
m20_ . idUsersChanger AS idUsersChanger_170 ,
c21_ . idCategoriesParent AS idCategoriesParent_171 ,
c21_ . idUsersCreator AS idUsersCreator_172 ,
c21_ . idUsersChanger AS idUsersChanger_173 ,
c22_ . idCategories AS idCategories_174 ,
c22_ . idUsersCreator AS idUsersCreator_175 ,
c22_ . idUsersChanger AS idUsersChanger_176
FROM
co_contacts c0_
LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts
LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id
LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id
LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts
LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id
LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id
LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts
LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts
LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails
LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id
LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts
LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes
LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id
LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts
LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes
LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts
LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones
LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id
LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts
LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags
LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts
LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls
LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id
LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id
LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id
LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts
LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias
LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts
LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories
LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories
LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts
LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts
WHERE
c0_ . id IN (? )
ORDER BY
c0_ . id ASC ,
c8_ . id ASC ,
c10_ . id ASC ,
c12_ . id ASC ,
c13_ . id ASC ,
t15_ . name ASC ,
c16_ . id ASC ,
m20_ . id ASC ,
c21_ . id ASC ,
c23_ . id ASC
Copy
SELECT c0_ . firstName AS firstName_0 , c0_ . middleName AS middleName_1 , c0_ . lastName AS lastName_2 , c0_ . birthday AS birthday_3 , c0_ . salutation AS salutation_4 , c0_ . formOfAddress AS formOfAddress_5 , c0_ . newsletter AS newsletter_6 , c0_ . gender AS gender_7 , c0_ . note AS note_8 , c0_ . mainEmail AS mainEmail_9 , c0_ . mainPhone AS mainPhone_10 , c0_ . mainFax AS mainFax_11 , c0_ . mainUrl AS mainUrl_12 , c0_ . id AS id_13 , c0_ . created AS created_14 , c0_ . changed AS changed_15 , c0_ . visible_annuaire AS visible_annuaire_16 , c0_ . free_text AS free_text_17 , c0_ . autres_typologie_acteur AS autres_typologie_acteur_18 , c0_ . structure AS structure_19 , c1_ . main AS main_20 , c1_ . id AS id_21 , c2_ . lft AS lft_22 , c2_ . rgt AS rgt_23 , c2_ . depth AS depth_24 , c2_ . name AS name_25 , c2_ . externalId AS externalId_26 , c2_ . number AS number_27 , c2_ . corporation AS corporation_28 , c2_ . note AS note_29 , c2_ . uid AS uid_30 , c2_ . registerNumber AS registerNumber_31 , c2_ . placeOfJurisdiction AS placeOfJurisdiction_32 , c2_ . mainEmail AS mainEmail_33 , c2_ . mainPhone AS mainPhone_34 , c2_ . mainFax AS mainFax_35 , c2_ . mainUrl AS mainUrl_36 , c2_ . id AS id_37 , c2_ . created AS created_38 , c2_ . changed AS changed_39 , c3_ . firstName AS firstName_40 , c3_ . middleName AS middleName_41 , c3_ . lastName AS lastName_42 , c3_ . birthday AS birthday_43 , c3_ . salutation AS salutation_44 , c3_ . formOfAddress AS formOfAddress_45 , c3_ . newsletter AS newsletter_46 , c3_ . gender AS gender_47 , c3_ . note AS note_48 , c3_ . mainEmail AS mainEmail_49 , c3_ . mainPhone AS mainPhone_50 , c3_ . mainFax AS mainFax_51 , c3_ . mainUrl AS mainUrl_52 , c3_ . id AS id_53 , c3_ . created AS created_54 , c3_ . changed AS changed_55 , c3_ . visible_annuaire AS visible_annuaire_56 , c3_ . free_text AS free_text_57 , c3_ . autres_typologie_acteur AS autres_typologie_acteur_58 , c3_ . structure AS structure_59 , c4_ . main AS main_60 , c4_ . id AS id_61 , c5_ . title AS title_62 , c5_ . primaryAddress AS primaryAddress_63 , c5_ . deliveryAddress AS deliveryAddress_64 , c5_ . billingAddress AS billingAddress_65 , c5_ . street AS street_66 , c5_ . number AS number_67 , c5_ . addition AS addition_68 , c5_ . zip AS zip_69 , c5_ . city AS city_70 , c5_ . state AS state_71 , c5_ . countryCode AS countryCode_72 , c5_ . postboxNumber AS postboxNumber_73 , c5_ . postboxPostcode AS postboxPostcode_74 , c5_ . postboxCity AS postboxCity_75 , c5_ . latitude AS latitude_76 , c5_ . longitude AS longitude_77 , c5_ . note AS note_78 , c5_ . id AS id_79 , c6_ . name AS name_80 , c6_ . id AS id_81 , c7_ . locale AS locale_82 , c7_ . id AS id_83 , c8_ . email AS email_84 , c8_ . id AS id_85 , c9_ . name AS name_86 , c9_ . id AS id_87 , c10_ . fax AS fax_88 , c10_ . id AS id_89 , c11_ . name AS name_90 , c11_ . id AS id_91 , c12_ . value AS value_92 , c12_ . id AS id_93 , c13_ . phone AS phone_94 , c13_ . id AS id_95 , c14_ . name AS name_96 , c14_ . id AS id_97 , t15_ . name AS name_98 , t15_ . id AS id_99 , c16_ . url AS url_100 , c16_ . id AS id_101 , c17_ . name AS name_102 , c17_ . id AS id_103 , c18_ . title AS title_104 , c18_ . id AS id_105 , c19_ . position AS position_106 , c19_ . id AS id_107 , m20_ . id AS id_108 , m20_ . created AS created_109 , m20_ . changed AS changed_110 , c21_ . category_key AS category_key_111 , c21_ . default_locale AS default_locale_112 , c21_ . lft AS lft_113 , c21_ . rgt AS rgt_114 , c21_ . depth AS depth_115 , c21_ . id AS id_116 , c21_ . created AS created_117 , c21_ . changed AS changed_118 , c21_ . page_link AS page_link_119 , c21_ . color AS color_120 , c22_ . translation AS translation_121 , c22_ . locale AS locale_122 , c22_ . description AS description_123 , c22_ . id AS id_124 , c22_ . created AS created_125 , c22_ . changed AS changed_126 , c23_ . bankName AS bankName_127 , c23_ . bic AS bic_128 , c23_ . iban AS iban_129 , c23_ . public AS public_130 , c23_ . id AS id_131 , c0_ . idTitles AS idTitles_132 , c0_ . avatar AS avatar_133 , c0_ . idUsersCreator AS idUsersCreator_134 , c0_ . idUsersChanger AS idUsersChanger_135 , c0_ . typologie_acteur_id AS typologie_acteur_id_136 , c0_ . typologie_structure_id AS typologie_structure_id_137 , c0_ . departement_id AS departement_id_138 , c0_ . territoire_interv_id AS territoire_interv_id_139 , c1_ . idPositions AS idPositions_140 , c1_ . idContacts AS idContacts_141 , c1_ . idAccounts AS idAccounts_142 , c2_ . idContactsMain AS idContactsMain_143 , c2_ . idAccountsParent AS idAccountsParent_144 , c2_ . logo AS logo_145 , c2_ . idUsersCreator AS idUsersCreator_146 , c2_ . idUsersChanger AS idUsersChanger_147 , c3_ . idTitles AS idTitles_148 , c3_ . avatar AS avatar_149 , c3_ . idUsersCreator AS idUsersCreator_150 , c3_ . idUsersChanger AS idUsersChanger_151 , c3_ . typologie_acteur_id AS typologie_acteur_id_152 , c3_ . typologie_structure_id AS typologie_structure_id_153 , c3_ . departement_id AS departement_id_154 , c3_ . territoire_interv_id AS territoire_interv_id_155 , c4_ . idAddresses AS idAddresses_156 , c4_ . idContacts AS idContacts_157 , c5_ . idAdressTypes AS idAdressTypes_158 , c7_ . idContacts AS idContacts_159 , c8_ . idEmailTypes AS idEmailTypes_160 , c10_ . idFaxTypes AS idFaxTypes_161 , c13_ . idPhoneTypes AS idPhoneTypes_162 , t15_ . idUsersCreator AS idUsersCreator_163 , t15_ . idUsersChanger AS idUsersChanger_164 , c16_ . idUrlTypes AS idUrlTypes_165 , m20_ . idMediaTypes AS idMediaTypes_166 , m20_ . idPreviewImage AS idPreviewImage_167 , m20_ . idCollections AS idCollections_168 , m20_ . idUsersCreator AS idUsersCreator_169 , m20_ . idUsersChanger AS idUsersChanger_170 , c21_ . idCategoriesParent AS idCategoriesParent_171 , c21_ . idUsersCreator AS idUsersCreator_172 , c21_ . idUsersChanger AS idUsersChanger_173 , c22_ . idCategories AS idCategories_174 , c22_ . idUsersCreator AS idUsersCreator_175 , c22_ . idUsersChanger AS idUsersChanger_176 FROM co_contacts c0_ LEFT JOIN co_account_contacts c1_ ON c0_ . id = c1_ . idContacts LEFT JOIN co_accounts c2_ ON c1_ . idAccounts = c2_ . id LEFT JOIN co_contacts c3_ ON c2_ . idContactsMain = c3_ . id LEFT JOIN co_contact_addresses c4_ ON c0_ . id = c4_ . idContacts LEFT JOIN co_addresses c5_ ON c4_ . idAddresses = c5_ . id LEFT JOIN co_address_types c6_ ON c5_ . idAdressTypes = c6_ . id LEFT JOIN co_contact_locales c7_ ON c0_ . id = c7_ . idContacts LEFT JOIN co_contact_emails c24_ ON c0_ . id = c24_ . idContacts LEFT JOIN co_emails c8_ ON c8_ . id = c24_ . idEmails LEFT JOIN co_email_types c9_ ON c8_ . idEmailTypes = c9_ . id LEFT JOIN co_contact_faxes c25_ ON c0_ . id = c25_ . idContacts LEFT JOIN co_faxes c10_ ON c10_ . id = c25_ . idFaxes LEFT JOIN co_fax_types c11_ ON c10_ . idFaxTypes = c11_ . id LEFT JOIN co_contact_notes c26_ ON c0_ . id = c26_ . idContacts LEFT JOIN co_notes c12_ ON c12_ . id = c26_ . idNotes LEFT JOIN co_contact_phones c27_ ON c0_ . id = c27_ . idContacts LEFT JOIN co_phones c13_ ON c13_ . id = c27_ . idPhones LEFT JOIN co_phone_types c14_ ON c13_ . idPhoneTypes = c14_ . id LEFT JOIN co_contact_tags c28_ ON c0_ . id = c28_ . idContacts LEFT JOIN ta_tags t15_ ON t15_ . id = c28_ . idTags LEFT JOIN co_contact_urls c29_ ON c0_ . id = c29_ . idContacts LEFT JOIN co_urls c16_ ON c16_ . id = c29_ . idUrls LEFT JOIN co_url_types c17_ ON c16_ . idUrlTypes = c17_ . id LEFT JOIN co_contact_titles c18_ ON c0_ . idTitles = c18_ . id LEFT JOIN co_positions c19_ ON c1_ . idPositions = c19_ . id LEFT JOIN co_contact_medias c30_ ON c0_ . id = c30_ . idContacts LEFT JOIN me_media m20_ ON m20_ . id = c30_ . idMedias LEFT JOIN co_contact_categories c31_ ON c0_ . id = c31_ . idContacts LEFT JOIN ca_categories c21_ ON c21_ . id = c31_ . idCategories LEFT JOIN ca_category_translations c22_ ON c21_ . id = c22_ . idCategories LEFT JOIN co_contact_bank_accounts c32_ ON c0_ . id = c32_ . idContacts LEFT JOIN co_bank_account c23_ ON c23_ . id = c32_ . idBankAccounts WHERE c0_ . id IN (11 ) ORDER BY c0_ . id ASC , c8_ . id ASC , c10_ . id ASC , c12_ . id ASC , c13_ . id ASC , t15_ . name ASC , c16_ . id ASC , m20_ . id ASC , c21_ . id ASC , c23_ . id ASC ;
Copy
113
1.59 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 33 ;
Copy
114
1.54 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 36 ;
Copy
115
1.43 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 35 ;
Copy
116
1.59 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 34 ;
Copy
117
1.47 ms
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = ?
SELECT
m0_ . id AS id_0 ,
m0_ . created AS created_1 ,
m0_ . changed AS changed_2 ,
m1_ . name AS name_3 ,
m1_ . description AS description_4 ,
m1_ . id AS id_5 ,
m2_ . style AS style_6 ,
m2_ . lft AS lft_7 ,
m2_ . rgt AS rgt_8 ,
m2_ . depth AS depth_9 ,
m2_ . collection_key AS collection_key_10 ,
m2_ . id AS id_11 ,
m2_ . created AS created_12 ,
m2_ . changed AS changed_13 ,
m3_ . version AS version_14 ,
m3_ . id AS id_15 ,
m3_ . created AS created_16 ,
m3_ . changed AS changed_17 ,
m4_ . name AS name_18 ,
m4_ . version AS version_19 ,
m4_ . subVersion AS subVersion_20 ,
m4_ . size AS size_21 ,
m4_ . downloadCounter AS downloadCounter_22 ,
m4_ . storageOptions AS storageOptions_23 ,
m4_ . mimeType AS mimeType_24 ,
m4_ . properties AS properties_25 ,
m4_ . focusPointX AS focusPointX_26 ,
m4_ . focusPointY AS focusPointY_27 ,
m4_ . id AS id_28 ,
m4_ . created AS created_29 ,
m4_ . changed AS changed_30 ,
t5_ . name AS name_31 ,
t5_ . id AS id_32 ,
t5_ . created AS created_33 ,
t5_ . changed AS changed_34 ,
m6_ . crop_x AS crop_x_35 ,
m6_ . crop_y AS crop_y_36 ,
m6_ . crop_width AS crop_width_37 ,
m6_ . crop_height AS crop_height_38 ,
m6_ . format_key AS format_key_39 ,
m7_ . title AS title_40 ,
m7_ . description AS description_41 ,
m7_ . copyright AS copyright_42 ,
m7_ . credits AS credits_43 ,
m7_ . locale AS locale_44 ,
m7_ . id AS id_45 ,
m8_ . title AS title_46 ,
m8_ . description AS description_47 ,
m8_ . copyright AS copyright_48 ,
m8_ . credits AS credits_49 ,
m8_ . locale AS locale_50 ,
m8_ . id AS id_51 ,
m9_ . locale AS locale_52 ,
m9_ . id AS id_53 ,
m10_ . locale AS locale_54 ,
m10_ . id AS id_55 ,
s11_ . username AS username_56 ,
s11_ . password AS password_57 ,
s11_ . locale AS locale_58 ,
s11_ . salt AS salt_59 ,
s11_ . locked AS locked_60 ,
s11_ . enabled AS enabled_61 ,
s11_ . lastLogin AS lastLogin_62 ,
s11_ . confirmationKey AS confirmationKey_63 ,
s11_ . passwordResetToken AS passwordResetToken_64 ,
s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 ,
s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 ,
s11_ . privateKey AS privateKey_67 ,
s11_ . apiKey AS apiKey_68 ,
s11_ . email AS email_69 ,
s11_ . id AS id_70 ,
s11_ . created AS created_71 ,
s11_ . changed AS changed_72 ,
s11_ . enterprise AS enterprise_73 ,
s11_ . actorType AS actorType_74 ,
s11_ . isVisibleProfile AS isVisibleProfile_75 ,
s11_ . typologie_structure AS typologie_structure_76 ,
s11_ . fonction AS fonction_77 ,
s11_ . typologie_acteur_value AS typologie_acteur_value_78 ,
c12_ . firstName AS firstName_79 ,
c12_ . middleName AS middleName_80 ,
c12_ . lastName AS lastName_81 ,
c12_ . birthday AS birthday_82 ,
c12_ . salutation AS salutation_83 ,
c12_ . formOfAddress AS formOfAddress_84 ,
c12_ . newsletter AS newsletter_85 ,
c12_ . gender AS gender_86 ,
c12_ . note AS note_87 ,
c12_ . mainEmail AS mainEmail_88 ,
c12_ . mainPhone AS mainPhone_89 ,
c12_ . mainFax AS mainFax_90 ,
c12_ . mainUrl AS mainUrl_91 ,
c12_ . id AS id_92 ,
c12_ . created AS created_93 ,
c12_ . changed AS changed_94 ,
c12_ . visible_annuaire AS visible_annuaire_95 ,
c12_ . free_text AS free_text_96 ,
c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 ,
c12_ . structure AS structure_98 ,
s13_ . username AS username_99 ,
s13_ . password AS password_100 ,
s13_ . locale AS locale_101 ,
s13_ . salt AS salt_102 ,
s13_ . locked AS locked_103 ,
s13_ . enabled AS enabled_104 ,
s13_ . lastLogin AS lastLogin_105 ,
s13_ . confirmationKey AS confirmationKey_106 ,
s13_ . passwordResetToken AS passwordResetToken_107 ,
s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 ,
s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 ,
s13_ . privateKey AS privateKey_110 ,
s13_ . apiKey AS apiKey_111 ,
s13_ . email AS email_112 ,
s13_ . id AS id_113 ,
s13_ . created AS created_114 ,
s13_ . changed AS changed_115 ,
s13_ . enterprise AS enterprise_116 ,
s13_ . actorType AS actorType_117 ,
s13_ . isVisibleProfile AS isVisibleProfile_118 ,
s13_ . typologie_structure AS typologie_structure_119 ,
s13_ . fonction AS fonction_120 ,
s13_ . typologie_acteur_value AS typologie_acteur_value_121 ,
c14_ . firstName AS firstName_122 ,
c14_ . middleName AS middleName_123 ,
c14_ . lastName AS lastName_124 ,
c14_ . birthday AS birthday_125 ,
c14_ . salutation AS salutation_126 ,
c14_ . formOfAddress AS formOfAddress_127 ,
c14_ . newsletter AS newsletter_128 ,
c14_ . gender AS gender_129 ,
c14_ . note AS note_130 ,
c14_ . mainEmail AS mainEmail_131 ,
c14_ . mainPhone AS mainPhone_132 ,
c14_ . mainFax AS mainFax_133 ,
c14_ . mainUrl AS mainUrl_134 ,
c14_ . id AS id_135 ,
c14_ . created AS created_136 ,
c14_ . changed AS changed_137 ,
c14_ . visible_annuaire AS visible_annuaire_138 ,
c14_ . free_text AS free_text_139 ,
c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 ,
c14_ . structure AS structure_141 ,
m15_ . id AS id_142 ,
m15_ . created AS created_143 ,
m15_ . changed AS changed_144 ,
m0_ . idMediaTypes AS idMediaTypes_145 ,
m0_ . idPreviewImage AS idPreviewImage_146 ,
m0_ . idCollections AS idCollections_147 ,
m0_ . idUsersCreator AS idUsersCreator_148 ,
m0_ . idUsersChanger AS idUsersChanger_149 ,
m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 ,
m2_ . idCollectionTypes AS idCollectionTypes_151 ,
m2_ . idCollectionsParent AS idCollectionsParent_152 ,
m2_ . idUsersCreator AS idUsersCreator_153 ,
m2_ . idUsersChanger AS idUsersChanger_154 ,
m3_ . idMedia AS idMedia_155 ,
m3_ . idUsersCreator AS idUsersCreator_156 ,
m3_ . idUsersChanger AS idUsersChanger_157 ,
m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 ,
m4_ . idFiles AS idFiles_159 ,
m4_ . idUsersCreator AS idUsersCreator_160 ,
m4_ . idUsersChanger AS idUsersChanger_161 ,
t5_ . idUsersCreator AS idUsersCreator_162 ,
t5_ . idUsersChanger AS idUsersChanger_163 ,
m6_ . fileVersion AS fileVersion_164 ,
m7_ . idFileVersions AS idFileVersions_165 ,
m8_ . idFileVersions AS idFileVersions_166 ,
m9_ . idFileVersions AS idFileVersions_167 ,
m10_ . idFileVersions AS idFileVersions_168 ,
s11_ . idUsersCreator AS idUsersCreator_169 ,
s11_ . idUsersChanger AS idUsersChanger_170 ,
s11_ . idContacts AS idContacts_171 ,
c12_ . idTitles AS idTitles_172 ,
c12_ . avatar AS avatar_173 ,
c12_ . idUsersCreator AS idUsersCreator_174 ,
c12_ . idUsersChanger AS idUsersChanger_175 ,
c12_ . typologie_acteur_id AS typologie_acteur_id_176 ,
c12_ . typologie_structure_id AS typologie_structure_id_177 ,
c12_ . departement_id AS departement_id_178 ,
c12_ . territoire_interv_id AS territoire_interv_id_179 ,
s13_ . idUsersCreator AS idUsersCreator_180 ,
s13_ . idUsersChanger AS idUsersChanger_181 ,
s13_ . idContacts AS idContacts_182 ,
c14_ . idTitles AS idTitles_183 ,
c14_ . avatar AS avatar_184 ,
c14_ . idUsersCreator AS idUsersCreator_185 ,
c14_ . idUsersChanger AS idUsersChanger_186 ,
c14_ . typologie_acteur_id AS typologie_acteur_id_187 ,
c14_ . typologie_structure_id AS typologie_structure_id_188 ,
c14_ . departement_id AS departement_id_189 ,
c14_ . territoire_interv_id AS territoire_interv_id_190 ,
m15_ . idMediaTypes AS idMediaTypes_191 ,
m15_ . idPreviewImage AS idPreviewImage_192 ,
m15_ . idCollections AS idCollections_193 ,
m15_ . idUsersCreator AS idUsersCreator_194 ,
m15_ . idUsersChanger AS idUsersChanger_195
FROM
me_media m0_
LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id
LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id
LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia
LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles
LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions
LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags
LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions
LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories
LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion
LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions
LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id
LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions
LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions
LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id
LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id
LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id
LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id
LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id
WHERE
m0_ . id = ?
Copy
SELECT m0_ . id AS id_0 , m0_ . created AS created_1 , m0_ . changed AS changed_2 , m1_ . name AS name_3 , m1_ . description AS description_4 , m1_ . id AS id_5 , m2_ . style AS style_6 , m2_ . lft AS lft_7 , m2_ . rgt AS rgt_8 , m2_ . depth AS depth_9 , m2_ . collection_key AS collection_key_10 , m2_ . id AS id_11 , m2_ . created AS created_12 , m2_ . changed AS changed_13 , m3_ . version AS version_14 , m3_ . id AS id_15 , m3_ . created AS created_16 , m3_ . changed AS changed_17 , m4_ . name AS name_18 , m4_ . version AS version_19 , m4_ . subVersion AS subVersion_20 , m4_ . size AS size_21 , m4_ . downloadCounter AS downloadCounter_22 , m4_ . storageOptions AS storageOptions_23 , m4_ . mimeType AS mimeType_24 , m4_ . properties AS properties_25 , m4_ . focusPointX AS focusPointX_26 , m4_ . focusPointY AS focusPointY_27 , m4_ . id AS id_28 , m4_ . created AS created_29 , m4_ . changed AS changed_30 , t5_ . name AS name_31 , t5_ . id AS id_32 , t5_ . created AS created_33 , t5_ . changed AS changed_34 , m6_ . crop_x AS crop_x_35 , m6_ . crop_y AS crop_y_36 , m6_ . crop_width AS crop_width_37 , m6_ . crop_height AS crop_height_38 , m6_ . format_key AS format_key_39 , m7_ . title AS title_40 , m7_ . description AS description_41 , m7_ . copyright AS copyright_42 , m7_ . credits AS credits_43 , m7_ . locale AS locale_44 , m7_ . id AS id_45 , m8_ . title AS title_46 , m8_ . description AS description_47 , m8_ . copyright AS copyright_48 , m8_ . credits AS credits_49 , m8_ . locale AS locale_50 , m8_ . id AS id_51 , m9_ . locale AS locale_52 , m9_ . id AS id_53 , m10_ . locale AS locale_54 , m10_ . id AS id_55 , s11_ . username AS username_56 , s11_ . password AS password_57 , s11_ . locale AS locale_58 , s11_ . salt AS salt_59 , s11_ . locked AS locked_60 , s11_ . enabled AS enabled_61 , s11_ . lastLogin AS lastLogin_62 , s11_ . confirmationKey AS confirmationKey_63 , s11_ . passwordResetToken AS passwordResetToken_64 , s11_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_65 , s11_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_66 , s11_ . privateKey AS privateKey_67 , s11_ . apiKey AS apiKey_68 , s11_ . email AS email_69 , s11_ . id AS id_70 , s11_ . created AS created_71 , s11_ . changed AS changed_72 , s11_ . enterprise AS enterprise_73 , s11_ . actorType AS actorType_74 , s11_ . isVisibleProfile AS isVisibleProfile_75 , s11_ . typologie_structure AS typologie_structure_76 , s11_ . fonction AS fonction_77 , s11_ . typologie_acteur_value AS typologie_acteur_value_78 , c12_ . firstName AS firstName_79 , c12_ . middleName AS middleName_80 , c12_ . lastName AS lastName_81 , c12_ . birthday AS birthday_82 , c12_ . salutation AS salutation_83 , c12_ . formOfAddress AS formOfAddress_84 , c12_ . newsletter AS newsletter_85 , c12_ . gender AS gender_86 , c12_ . note AS note_87 , c12_ . mainEmail AS mainEmail_88 , c12_ . mainPhone AS mainPhone_89 , c12_ . mainFax AS mainFax_90 , c12_ . mainUrl AS mainUrl_91 , c12_ . id AS id_92 , c12_ . created AS created_93 , c12_ . changed AS changed_94 , c12_ . visible_annuaire AS visible_annuaire_95 , c12_ . free_text AS free_text_96 , c12_ . autres_typologie_acteur AS autres_typologie_acteur_97 , c12_ . structure AS structure_98 , s13_ . username AS username_99 , s13_ . password AS password_100 , s13_ . locale AS locale_101 , s13_ . salt AS salt_102 , s13_ . locked AS locked_103 , s13_ . enabled AS enabled_104 , s13_ . lastLogin AS lastLogin_105 , s13_ . confirmationKey AS confirmationKey_106 , s13_ . passwordResetToken AS passwordResetToken_107 , s13_ . passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_108 , s13_ . passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_109 , s13_ . privateKey AS privateKey_110 , s13_ . apiKey AS apiKey_111 , s13_ . email AS email_112 , s13_ . id AS id_113 , s13_ . created AS created_114 , s13_ . changed AS changed_115 , s13_ . enterprise AS enterprise_116 , s13_ . actorType AS actorType_117 , s13_ . isVisibleProfile AS isVisibleProfile_118 , s13_ . typologie_structure AS typologie_structure_119 , s13_ . fonction AS fonction_120 , s13_ . typologie_acteur_value AS typologie_acteur_value_121 , c14_ . firstName AS firstName_122 , c14_ . middleName AS middleName_123 , c14_ . lastName AS lastName_124 , c14_ . birthday AS birthday_125 , c14_ . salutation AS salutation_126 , c14_ . formOfAddress AS formOfAddress_127 , c14_ . newsletter AS newsletter_128 , c14_ . gender AS gender_129 , c14_ . note AS note_130 , c14_ . mainEmail AS mainEmail_131 , c14_ . mainPhone AS mainPhone_132 , c14_ . mainFax AS mainFax_133 , c14_ . mainUrl AS mainUrl_134 , c14_ . id AS id_135 , c14_ . created AS created_136 , c14_ . changed AS changed_137 , c14_ . visible_annuaire AS visible_annuaire_138 , c14_ . free_text AS free_text_139 , c14_ . autres_typologie_acteur AS autres_typologie_acteur_140 , c14_ . structure AS structure_141 , m15_ . id AS id_142 , m15_ . created AS created_143 , m15_ . changed AS changed_144 , m0_ . idMediaTypes AS idMediaTypes_145 , m0_ . idPreviewImage AS idPreviewImage_146 , m0_ . idCollections AS idCollections_147 , m0_ . idUsersCreator AS idUsersCreator_148 , m0_ . idUsersChanger AS idUsersChanger_149 , m2_ . idCollectionsMetaDefault AS idCollectionsMetaDefault_150 , m2_ . idCollectionTypes AS idCollectionTypes_151 , m2_ . idCollectionsParent AS idCollectionsParent_152 , m2_ . idUsersCreator AS idUsersCreator_153 , m2_ . idUsersChanger AS idUsersChanger_154 , m3_ . idMedia AS idMedia_155 , m3_ . idUsersCreator AS idUsersCreator_156 , m3_ . idUsersChanger AS idUsersChanger_157 , m4_ . idFileVersionsMetaDefault AS idFileVersionsMetaDefault_158 , m4_ . idFiles AS idFiles_159 , m4_ . idUsersCreator AS idUsersCreator_160 , m4_ . idUsersChanger AS idUsersChanger_161 , t5_ . idUsersCreator AS idUsersCreator_162 , t5_ . idUsersChanger AS idUsersChanger_163 , m6_ . fileVersion AS fileVersion_164 , m7_ . idFileVersions AS idFileVersions_165 , m8_ . idFileVersions AS idFileVersions_166 , m9_ . idFileVersions AS idFileVersions_167 , m10_ . idFileVersions AS idFileVersions_168 , s11_ . idUsersCreator AS idUsersCreator_169 , s11_ . idUsersChanger AS idUsersChanger_170 , s11_ . idContacts AS idContacts_171 , c12_ . idTitles AS idTitles_172 , c12_ . avatar AS avatar_173 , c12_ . idUsersCreator AS idUsersCreator_174 , c12_ . idUsersChanger AS idUsersChanger_175 , c12_ . typologie_acteur_id AS typologie_acteur_id_176 , c12_ . typologie_structure_id AS typologie_structure_id_177 , c12_ . departement_id AS departement_id_178 , c12_ . territoire_interv_id AS territoire_interv_id_179 , s13_ . idUsersCreator AS idUsersCreator_180 , s13_ . idUsersChanger AS idUsersChanger_181 , s13_ . idContacts AS idContacts_182 , c14_ . idTitles AS idTitles_183 , c14_ . avatar AS avatar_184 , c14_ . idUsersCreator AS idUsersCreator_185 , c14_ . idUsersChanger AS idUsersChanger_186 , c14_ . typologie_acteur_id AS typologie_acteur_id_187 , c14_ . typologie_structure_id AS typologie_structure_id_188 , c14_ . departement_id AS departement_id_189 , c14_ . territoire_interv_id AS territoire_interv_id_190 , m15_ . idMediaTypes AS idMediaTypes_191 , m15_ . idPreviewImage AS idPreviewImage_192 , m15_ . idCollections AS idCollections_193 , m15_ . idUsersCreator AS idUsersCreator_194 , m15_ . idUsersChanger AS idUsersChanger_195 FROM me_media m0_ LEFT JOIN me_media_types m1_ ON m0_ . idMediaTypes = m1_ . id LEFT JOIN me_collections m2_ ON m0_ . idCollections = m2_ . id LEFT JOIN me_files m3_ ON m0_ . id = m3_ . idMedia LEFT JOIN me_file_versions m4_ ON m3_ . id = m4_ . idFiles LEFT JOIN me_file_version_tags m16_ ON m4_ . id = m16_ . idFileVersions LEFT JOIN ta_tags t5_ ON t5_ . id = m16_ . idTags LEFT JOIN me_file_version_categories m18_ ON m4_ . id = m18_ . idFileVersions LEFT JOIN ca_categories c17_ ON c17_ . id = m18_ . idCategories LEFT JOIN me_format_options m6_ ON m4_ . id = m6_ . fileVersion LEFT JOIN me_file_version_meta m7_ ON m4_ . id = m7_ . idFileVersions LEFT JOIN me_file_version_meta m8_ ON m4_ . idFileVersionsMetaDefault = m8_ . id LEFT JOIN me_file_version_content_languages m9_ ON m4_ . id = m9_ . idFileVersions LEFT JOIN me_file_version_publish_languages m10_ ON m4_ . id = m10_ . idFileVersions LEFT JOIN se_users s11_ ON m0_ . idUsersCreator = s11_ . id LEFT JOIN co_contacts c12_ ON s11_ . idContacts = c12_ . id LEFT JOIN se_users s13_ ON m0_ . idUsersChanger = s13_ . id LEFT JOIN co_contacts c14_ ON s13_ . idContacts = c14_ . id LEFT JOIN me_media m15_ ON m0_ . idPreviewImage = m15_ . id WHERE m0_ . id = 33 ;
Copy
118
0.27 ms
SELECT DATABASE ()
119
0.60 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '61868740-0c35-4e46-9687-8a64746036fe' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . identifier = '61868740-0c35-4e46-9687-8a64746036fe' AND 0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' ))) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
120
0.22 ms
SELECT DATABASE ()
121
0.38 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/mentions-legales' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/pqna/contents/mentions-legales' LIMIT 1 ;
Copy
122
0.46 ms
SELECT DATABASE ()
123
12.68 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="footer"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="footer"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
124
0.42 ms
SELECT DATABASE ()
125
8.45 ms
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="bottomfooter"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND ((EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0' ) OR EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0' )) AND (((0 ! = FIND_IN_SET ('2' , REPLACE (EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-state"]/sv:value' ), ' ' , ',' )) OR EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="i18n:fr-shadow-on"]/sv:value[1]' ) = '1' ) AND EXTRACTVALUE (n0 . props , 'count(//sv:property[@sv:name="i18n:fr-navContexts"]/sv:value[text()="bottomfooter"]) > 0' )) AND n0 . path LIKE '/cmf/pqna/contents/%' )) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
126
0.79 ms
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? ) ORDER BY sort_order ASC
Parameters :
[
"default_live "
"/cmf/pqna/contents/mentions-legales "
"/cmf/pqna/contents/politique-de-confidentialite "
"/cmf/pqna/contents/reglement-general-sur-la-protection-des-donnees "
"/cmf/pqna/contents/plan-du-site "
]
SELECT path AS arraykey , id , path , parent , local_name , namespace , workspace_name , identifier , TYPE , props , depth , sort_order
FROM phpcr_nodes WHERE workspace_name = 'default_live' AND (path = '/cmf/pqna/contents/mentions-legales' OR path = '/cmf/pqna/contents/politique-de-confidentialite' OR path = '/cmf/pqna/contents/reglement-general-sur-la-protection-des-donnees' OR path = '/cmf/pqna/contents/plan-du-site' ) ORDER BY sort_order ASC ;
Copy
127
0.44 ms
SELECT path , parent FROM phpcr_nodes WHERE parent IN (? , ? , ? , ? ) AND workspace_name = ? ORDER BY sort_order ASC
Parameters :
[
"/cmf/pqna/contents/mentions-legales "
"/cmf/pqna/contents/politique-de-confidentialite "
"/cmf/pqna/contents/reglement-general-sur-la-protection-des-donnees "
"/cmf/pqna/contents/plan-du-site "
"default_live "
]
SELECT path , parent FROM phpcr_nodes WHERE parent IN ('/cmf/pqna/contents/mentions-legales' , '/cmf/pqna/contents/politique-de-confidentialite' , '/cmf/pqna/contents/reglement-general-sur-la-protection-des-donnees' , '/cmf/pqna/contents/plan-du-site' ) AND workspace_name = 'default_live' ORDER BY sort_order ASC ;
Copy
128
1.05 ms
SELECT w0_ . title AS title_0 , w0_ . webspace_key AS webspace_key_1 , w0_ . all_domains AS all_domains_2 , w0_ . content AS content_3 , w0_ . type AS type_4 , w0_ . id AS id_5 , w1_ . url AS url_6 , w1_ . environment AS environment_7 , w1_ . id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_ . id = w2_ . analytics LEFT JOIN we_domains w1_ ON w1_ . id = w2_ . domain WHERE (w0_ . all_domains = 1 OR (w1_ . url = ? AND w1_ . environment = ? )) AND w0_ . webspace_key = ? ORDER BY w0_ . id ASC , w1_ . id ASC
Parameters :
[
"pqna.preprod.seven-group.com/{localization} "
"dev "
"pqna "
]
SELECT w0_ . title AS title_0 , w0_ . webspace_key AS webspace_key_1 , w0_ . all_domains AS all_domains_2 , w0_ . content AS content_3 , w0_ . type AS type_4 , w0_ . id AS id_5 , w1_ . url AS url_6 , w1_ . environment AS environment_7 , w1_ . id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_ . id = w2_ . analytics LEFT JOIN we_domains w1_ ON w1_ . id = w2_ . domain WHERE (w0_ . all_domains = 1 OR (w1_ . url = 'pqna.preprod.seven-group.com/{localization}' AND w1_ . environment = 'dev' )) AND w0_ . webspace_key = 'pqna' ORDER BY w0_ . id ASC , w1_ . id ASC ;
Copy