SELECT p.post_title  products_name ,
p.post_content products_description,
'stdlang' name,
1  languages_id 
FROM <@PREFIX>posts p where p.id = %s

