在关键字 'from' 附近有语法错误。

数据库操作代码为Stringsql="selecttop"+pageSize+"*fromAnswerswhereqid="+qid+"andaidnotin(selec... 数据库操作代码为String sql="select top"+pageSize+"* from Answers where qid="+qid+" and aid not in(select top "+pageSize+"aid from Answers where qid=12)";
错误信息:
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]在关键字 'from' 附近有语法错误。
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSExecuteRequest.processReplyToken(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
at com.microsoft.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.postImplExecute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
at com.microsoft.jdbc.base.BaseStatement.executeQuery(Unknown Source)
at Dao.ad.main(ad.java:33)
展开
 我来答
wangzhiqing999
推荐于2017-11-24 · TA获得超过1.6万个赞
知道大有可为答主
回答量:7048
采纳率:100%
帮助的人:3399万
展开全部
是不是没有加空格?
导致最后执行了
select top1* from Answers

1> select top1* from #tb;
2> go
消息 156,级别 15,状态 1,服务器 HOME-BED592453C\SQLEXPRESS,第 1 行
关键字 'from' 附近有语法错误。
cipchk
2011-06-18 · TA获得超过304个赞
知道小有建树答主
回答量:478
采纳率:0%
帮助的人:277万
展开全部
String sql="select top"+pageSize+" * from Answers where qid="+qid+" and aid not in(select top "+pageSize+" aid from Answers where qid=12)";
试试上面这段。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式