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 'S SECRETS'' 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 = 77 and (item_id like '%%' or item_name like '%%' or description like '%%') and categories like '%' and tags like '%%' 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=77) ) nm_sel_esp where final_price between 0 and 9000 AND brand = 'VICTORIA'S SECRETS'