[TD-2457]<test>bottom+interval+order by

This commit is contained in:
liuyq-617 2020-12-30 13:18:38 +08:00
parent 73e3018df0
commit 856ada1b41
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ class TDTestCase:
tdSql.checkData(0, 1, 0.1)
tdSql.checkData(1, 1, 1.1)
#TD-2457 bottom + interval + order by
tdSql.error('select top(col2,1) from test interval(1y) order by col2;')
def stop(self):
tdSql.close()
tdLog.success("%s successfully executed" % __file__)