This commit is contained in:
zyyang 2021-03-03 14:28:47 +08:00
parent bc95793da0
commit a8bb365a69
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
select tbname from test.weather select tbname from test.weather
</select> </select>
<select id="count"> <select id="count" resultType="int">
select count(*) from test.weather select count(*) from test.weather
</select> </select>