Update basic1.sim

This commit is contained in:
Haojun Liao 2022-03-10 19:18:02 +08:00 committed by GitHub
parent 56f38425a9
commit 3122566d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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