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 f.sort_order, fd.faq_question' at line 1

select f.faq_id, fd.faq_question, fd.faq_answer, f.last_modified, f.sort_order, f.faq_status from faq f, faq_description fd where f.faq_id=fd.faq_id and f.faq_status and fd.language_id= order by f.sort_order, fd.faq_question

[TEP STOP]