1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'from products_options popt join products_attributes patri...' at line 4

select distinct popt.products_options_id, popt.products_options_name, from products_options popt join products_attributes patrib on patrib.options_id = popt.products_options_id where patrib.products_id='278' and popt.language_id = '1' order by popt.products_options_sort_order, popt.products_options_name

[TEP STOP]