1064 - 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 'order by pub.create_time desc limit 0,100' at line 3

select pub.publication_id, pub.publication_name, pub.publication_content, pub.link_to from wdb_related_publications trp LEFT JOIN wdb_publication pub on pub.publication_id=trp.publication_id where trp.products_id= order by pub.create_time desc limit 0,100