[modify cases]

This commit is contained in:
Hui Li 2020-07-29 18:18:28 +08:00
parent 489442416a
commit 611efb3f87
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sql create database if not exists $db replica 2
sql use $db
init_lable:
print ================ create table $tb[from $tblStart to $tblEnd] (ts timestamp, c1 int, c2 binary(16))
print ================ create table $tb [ from $tblStart to $tblEnd ] (ts timestamp, c1 int, c2 binary(16))
$i = $tblStart
while $i < $tblEnd