wecisecode 1 tuần trước cách đây
mục cha
commit
8819cd786f
1 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 11 1
      odbctest/mql/basic/49mix/0200orderby.mql

+ 11 - 1
odbctest/mql/basic/49mix/0200orderby.mql

@@ -1,7 +1,17 @@
 
 
-select id,xdouble as x from /mix/mtx order by x
+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()
+**/
+;
+