select id,xdouble as "大" from /mix/mtx order by "大" /** output() **/ ; select count(*), aa.xdouble as "大" from (SELECT * FROM /mix/mtx) aa group by aa.xdouble order by "大" desc /** output() **/ ;