SQL failed; SQL: SELECT
SQL_CALC_FOUND_ROWS DISTINCT `t`.*, `p`.`id` AS `pod_id`, `p`.`created`, `p`.`modified`
FROM
`ebio_pod` AS `p`
INNER JOIN
`ebio_pod_tbl_partenaires` AS `t` ON `t`.`id` = `p`.`tbl_row_id`
WHERE
`p`.`datatype` = 11
ORDER BY `t`.`adresse` ASC` DESC
LIMIT 0,6; Response: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` DESC
LIMIT 0,6' at line 10