|
Checklists |
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 ') order by sortOrder,categoryID' at line 1
select distinct category.* from category,collection,model,movie where (model.manufacturerID=17 OR model.manufacturer2ID=17) and model.categoryID=category.categoryID and model.movieID = movie.movieID and movie.collectionID = collection.collectionID AND (movie.collectionID=) order by sortOrder,categoryID | |