当前位置: 技术问答>java相关
我想取出数据库的记录的个数,但是不行!!我是在weblogic中运行的!!急诊!!
来源: 互联网 发布时间:2015-01-11
本文导语: | 你用select count(*) as totalRec from test; 此时应为res.getInt(0); | 同意上面的说法。
|
你用select count(*) as totalRec from test;
此时应为res.getInt(0);
此时应为res.getInt(0);
|
同意上面的说法。