QUERY: SELECT p.vendor, REPLACE(p.model_name, '-Plus', '+') model_name_, p.model_name, p.desc, p.feature, p.overview, p.spec, p.more_info
FROM product p
WHERE 1=1
AND model_name='MD-300Np-360P'
AND active=1
ERROR: Table 'cmtint.product' doesn't exist