Update basic1.sim
This commit is contained in:
parent
56f38425a9
commit
3122566d2a
|
@ -140,7 +140,8 @@ if $rows != 3 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print =============== query data from st
|
print =============== query data from st
|
||||||
sql select * from st
|
print ==============select * against super will cause crash.
|
||||||
|
sql select ts from st
|
||||||
if $rows != 21 then
|
if $rows != 21 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
@ -204,7 +205,7 @@ if $rows != 3 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print =============== query data from st
|
print =============== query data from st
|
||||||
sql select * from st
|
sql select ts from st
|
||||||
if $rows != 21 then
|
if $rows != 21 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
Loading…
Reference in New Issue