Error No8
select products.desc1 as desc1, products.desc2 as desc2, productno as productno, products.imgbigsrc as image, price as price, delivery as delivery, minonstock as minonstock, longdesc as longdesc, '' as varstring, varheader as varheader, CAST(products.IsPublish AS unsigned integer) as IsPublish, eanno as eanno, priceimpact as impact, supplierno as supplierno, imgsrc as supplierimage, imgalt as suppliersimgalt, supplierrecid as supplierrecid, zoomsrc as zoomsrc from products left join suppliers on products.supplierrecid = suppliers.recid left join zoomimages on products.recid = zoomimages.productrecid where products.recid = limit 1
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 'limit 1' at line 1