Home > MySQL > Sql Problem

Sql Problem

November 10th, 2009

Hello,

We have some problems with our website/shop, regularly the site is very slow and we got this message:

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 ‘LIMIT 1′ at line 1

SELECT cd1.categories_name as merk, cd2.categories_name as toestel FROM categories_description cd1, categories_description cd2, categories c1 WHERE c1.categories_id=” AND cd2.categories_id=c1.categories_id AND cd1.categories_id=c1.parent_id AND c1.parent_id= LIMIT 1

[TEP STOP]

Who can check/repair our database/sql


Sql Problem

Comments are closed.
Bear