fix: fix case issue
This commit is contained in:
parent
1858b8ec36
commit
d87f375405
|
@ -1075,16 +1075,11 @@ if $loop_count == 20 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
if $data00 != 20026 then
|
if $data00 != 40052 then
|
||||||
print =====data00=$data00
|
print =====data00=$data00
|
||||||
goto loop0
|
goto loop0
|
||||||
endi
|
endi
|
||||||
|
|
||||||
if $data10 != 20026 then
|
|
||||||
print =====data10=$data10
|
|
||||||
goto loop0
|
|
||||||
endi
|
|
||||||
|
|
||||||
sql select _wstart, count(a) from st where ts >= 1648712201000 and ts <= 1648732226000 partition by tbname interval(1s) fill(prev);
|
sql select _wstart, count(a) from st where ts >= 1648712201000 and ts <= 1648732226000 partition by tbname interval(1s) fill(prev);
|
||||||
|
|
||||||
if $rows != 40052 then
|
if $rows != 40052 then
|
||||||
|
|
Loading…
Reference in New Issue