I am trying to list all items in a table by their category and in priority number I have used
"SELECT * FROM FAQs LEFT JOIN FAQCategories ON FAQs.CategoryID=FAQCategories.FAQCID GROUP BY CategoryID ORDER BY FAQPosition";
but it doesn't work does anyone have any ideas??
Thanks