|
select a.* from cvvObject a, cvvObjectTag b where a.ObjLanguage = 0 and a.ObjApproved = 1 and a.ObjId = b.ObjId and b.TagId = and b.ObjCategory = 3 order by a.ObjTitle
ERROR: 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 'and b.ObjCategory = 3 order by a.ObjTitle' at line 1
update cvvObject set ObjViews = 1 where ObjId =
ERROR: 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 '' at line 1
|