test: case for show tags

This commit is contained in:
Shengliang Guan 2022-07-21 10:41:58 +08:00
parent f78555c73b
commit e8571c5211
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ endi
if $data25 != 33 then
return -1
endi
if $data35 != 44.000000000 then
return -1
endi
sql_error create table tb5 using st2() tags (3,3,"3",33.0);
sql_error create table tb6 using st2 (id,t1) tags (3,3,"3",33.0);