add txt file force
This commit is contained in:
parent
e413ffef54
commit
5502324f6d
|
@ -43,7 +43,7 @@ class TDTestCase(TBase):
|
|||
tdSql.query("select * from test.meters")
|
||||
tdSql.checkData(0, 0, 1500000000000)
|
||||
tdSql.checkData(1, 0, 1600000000000)
|
||||
tdSql.checkData(10, 0, 1600000000010)
|
||||
tdSql.checkData(10, 0, 1600000000009)
|
||||
|
||||
def stop(self):
|
||||
tdSql.close()
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
select AVG(t0) ;
|
||||
select TOP(c1,100) ;
|
||||
select LAST_ROW(c1) ;
|
|
@ -0,0 +1,2 @@
|
|||
select count(*) from test.d0
|
||||
select * from test.meters
|
|
@ -0,0 +1,2 @@
|
|||
select last_row(*) from stb
|
||||
select count(*) from stb_0
|
Loading…
Reference in New Issue