Query: | SELECT `T1`.*, `T2`.`Value` AS `name`
FROM `fl_multi_formats` AS `T1`
LEFT JOIN `fl_multi_formats_lang_wp` AS `T2` ON `T2`.`Key` = `T1`.`Key`
WHERE `T1`.`Status` = 'active' AND (
`Path` = '2020/explication-des-directives-et-des-pourcentages-des-2' ) LIMIT 1 |