提交 1c4e7f27 编写于 作者: L liuyq-617

update

上级 74706a9a
...@@ -146,9 +146,9 @@ class TDTestCase: ...@@ -146,9 +146,9 @@ class TDTestCase:
pick_func=j+'('+ k + str(i) +',1)' pick_func=j+'('+ k + str(i) +',1)'
else: else:
pick_func=j+'('+ k + str(i) +')' pick_func=j+'('+ k + str(i) +')'
sql = 'select %s from st group by %s' % (pick_func , k+str(i)) sql = 'select %s from st group by %s order by %s' % (pick_func , k+str(i), k+str(i))
tdSql.error(sql) tdSql.error(sql)
sql = 'select %s from st6 group by %s' % (pick_func , k+str(i)) sql = 'select %s from st6 group by %s order by %s ' % (pick_func , k+str(i), k+str(i))
tdSql.error(sql) tdSql.error(sql)
tdSql.query("select top(tbcol1, 2) from st1 group by tbcol2 order by tbcol2") tdSql.query("select top(tbcol1, 2) from st1 group by tbcol2 order by tbcol2")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册