 |
| 0 items |
 |
|
|
 |
Information |
 |
|
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 '-10, 10' at line 1
select f.faq_id, fd.question_text, fd.answer_text, f.faq_read, f.date_added, p.products_id, p.products_model, p.products_price, p.products_tax_class_id, p.products_image, pd.products_name from products_faq f, products_faq_description fd, products p, products_description pd where p.products_status = '1' and p.products_id = f.products_id and f.faq_id = fd.faq_id and p.products_id = pd.products_id and p.products_id = '0' and pd.language_id = '1' and fd.languages_id = '1' order by f.faq_read DESC limit -10, 10
[TEP STOP]
|