SELECT  '' comments 

FROM 
sales_order a 

where 
a.entity_id = <@ORDERS_ID@> 


