MySQL Error 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 id desc
limit 16' at line 17 Query:
select
id
, sku
, thumnail
, name
, summary
, category
, brand
, price
, quantity
, warranty
, specialOffer
, currency
, price_vnd
from idv_product
where category = '' and id !=
order by id desc
limit 16