minor changes

This commit is contained in:
Shengliang Guan 2022-01-20 17:46:41 -08:00
parent 5ebc377965
commit d8d67b93b1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void createDbAndStb() {
} }
taos_free_result(pRes); taos_free_result(pRes);
sprintf(qstr, "create table if not exists %s (ts timestamp, i int) tags (j int)", stbName); sprintf(qstr, "create table if not exists %s (ts timestamp, i int) tags (j bigint)", stbName);
pRes = taos_query(con, qstr); pRes = taos_query(con, qstr);
code = taos_errno(pRes); code = taos_errno(pRes);
if (code != 0) { if (code != 0) {