SELECT comment_content comments FROM <@PREFIX>comments where comment_post_ID  =<@ORDERS_ID@> 
and comment_ID = (select max(comment_ID) from <@PREFIX>comments where comment_post_ID  =<@ORDERS_ID@> )
 
