|
|
 |
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 '*) as total from products p left join manufacturers m on (p.manufacturers_id = ' at line 1
select count(distinct *) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id), products_description pd, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and p.products_id = p2c.products_id and pd.language_id = '1' and (not (p2c.categories_id in (155,156,158,104,136,143,144,150,198,174,163,180,181,182,252,253,204,177,176,201,202,178,122,196,197,198,252,253,204,201,202,196,248,203,195,227,228,229,232,233,234,239,238,237,240,241,245,194,199,208,209,210,211,212,213,220,221,222,224,225,226,193,170,214,219,223,230,231,243,244,246,247,254,255,256,258,259,248,203,136,200,142,143,144,195,227,228,229,232,233,234,239,238,237,240,241,245,194,199,208,209,210,211,212,213,220,221,222,224,225,226,193,170,150,214,219,223,230,231,242,243,244,268,246,247,249,104,136,143,144,150,122,142,254,255,256,257,258,259,260,273,274)))
[TEP STOP]
|