java中怎么把sql查询语句中的数值通过int类变量来表示?

比如:Stringsql="selecttop(currentPageIndex*countPerPage)-((currentPageIndex-1)*countPer... 比如:String sql = "select top (currentPageIndex * countPerPage)-((currentPageIndex-1) * countPerPage + 1)+1) * from mespane where(id not in(select top (n-1) id from mespane))";
currentPageIndex和countPerPage是int类型变量,我怎么在这句话中来使用呢?
展开
 我来答
米多多MiDD
2013-11-09 · TA获得超过1077个赞
知道小有建树答主
回答量:562
采纳率:66%
帮助的人:225万
展开全部
能把sql塞入这么多计算表达式的人估计是个人才
int index=currentPageIndex * countPerPage)-((currentPageIndex-1) * countPerPage + 1)+1;

String sql = "select top ("+index+") * from mespane where(id not in(select top (n-1) id from mespane))";

不谢
a53020
2013-11-09 · TA获得超过137个赞
知道答主
回答量:93
采纳率:0%
帮助的人:42.6万
展开全部
oracle 是
to_number(currentPageIndex)
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
e世同人
2018-04-12 · TA获得超过830个赞
知道小有建树答主
回答量:229
采纳率:87%
帮助的人:88.5万
展开全部
"select top (" + (currentPageIndex * countPerPage -((currentPageIndex-1) * countPerPage + 1)+1) +") * from mespane where(id not in(select top (n-1) id from mespane))";
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式