xkoko

 

select a, b, to_char(round(a*100/b, 2)) || \'%\' as c
from table_name
order by (a/b);

分类:

技术点:

相关文章: