This commit is contained in:
Shengliang Guan 2020-05-18 15:42:36 +00:00
parent 0bb787d013
commit 34b252501a
1 changed files with 3 additions and 4 deletions

View File

@ -34,13 +34,12 @@ if $rows != 0 then
endi
print =============== step2
sql create table $tb (ts timestamp, speed bigint, v1 binary(1500), v2 binary(1500), v3 binary(1500), v4 binary(500), v5 binary(500)) -x step2
return -1
step2:
sql create table $tb (ts timestamp, speed bigint, v1 binary(1500), v2 binary(1500), v3 binary(1500), v4 binary(500), v5 binary(500))
sql show tables
if $rows != 0 then
if $rows != 1 then
return -1
endi
sql drop table $tb
print =============== step3
sql create table $tb (ts timestamp, speed float, v1 binary(100), v2 binary(100), v3 binary(100), v4 binary(100), v5 binary(100))