SELECT  p.productname products_name ,  '' products_description,0  languages_id
 FROM vtiger_products p  
where  p.productid =<@PRODUCTS_ID@>



