change
This commit is contained in:
parent
bc95793da0
commit
a8bb365a69
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue