fix: add order by string case

This commit is contained in:
dapan1121 2023-03-03 11:54:25 +08:00
parent 0433f4b7ab
commit dd493d3ee4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class TDTestCase:
#tdSql.checkData(0,0,1537146000000)
tdSql.checkData(0,1,10)
tdSql.query(f"select * from {dbname}.stb_1 order by 'aaa' desc")
def stop(self):
tdSql.close()