SELECT 
title, text, value, class,sort_order
FROM <@PREFIX>orders_total 
where  orders_id = %s
order by sort_order
