5 - Out of memory (Needed 1677720 bytes)
select p.products_uid, p.products_image, pd.products_name, p.products_id, p.products_price, p.products_tax_class_id, p.products_price as final_price from products_description pd, products p, books_options bo where p.products_status = '1' and pd.products_id=p.products_id and p.products_id=bo.products_id and pd.language_id = '1' and bo.isbn='0385093187' order by pd.products_name limit 0, 20
[TEP STOP]
|