Atención |
Se produjo un error al acceder a la base de datos. 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 '' at line 1 select count(*) from (SELECT empresa_id, item_id, type, brand, item_name, sale_price, regular_price, net_price, final_price, raiting, disscount, categories, image_1, image_2, description, fechahora, published FROM vw_ecomm_items_001 where empresa_id = 157 and (item_id like '%%' or item_name like '%%' or description like '%%') and categories like '%' and tags like '%DESCUENTO%' and item_id in (select item_id from ecom_items_images) and item_id in (select item_id from vw_ecom_stock_001 where empresa_id=157 and context_id = '3') ) nm_sel_esp where final_price between 0 and |