[modify cases]
This commit is contained in:
parent
489442416a
commit
611efb3f87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue