This commit is contained in:
plum-lihui 2022-03-23 16:08:08 +08:00
parent d27329d651
commit 1ad4440b56
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sql drop database d0 -x step1
step1:
sql create database d0
sql show databases
if $rows != 1 then
if $rows != 2 then
return -1
endi