VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1101|回复: 11

不知道错那了,i附近有语法错误

[复制链接]

2

主题

10

帖子

11.00

积分

新手上路

Rank: 1

积分
11.00
发表于 2020-3-16 14:00:01 | 显示全部楼层 |阅读模式
读取第2-10条记录,i附近有语法错误,请高手救命啊?
Set Dets=Conn.Execute("select top 10  i.bid,i.id,i.title,i.pic,i.path, b.name,b.orderid from info as i,infobigsort as b where i.id not in(select top 10 i.id,b.orderid from info as i,infobidsoft as b where i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc) i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc")
回复

使用道具 举报

0

主题

26

帖子

20.00

积分

新手上路

Rank: 1

积分
20.00
发表于 2020-6-16 17:00:01 | 显示全部楼层
你先测试一下你的SQL语句是否成功。
回复

使用道具 举报

2

主题

10

帖子

11.00

积分

新手上路

Rank: 1

积分
11.00
 楼主| 发表于 2020-6-16 23:30:01 | 显示全部楼层
怎么测试啊,没用过,'i' 附近有语法错误。
回复

使用道具 举报

1

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-17 01:30:01 | 显示全部楼层
晕湖..........学习ING  

I  从哪来的 啊  ,好象跟那个没声明却先引用 有点相似哦
回复

使用道具 举报

2

主题

10

帖子

11.00

积分

新手上路

Rank: 1

积分
11.00
 楼主| 发表于 2020-6-17 13:00:01 | 显示全部楼层
info as i,就这里啊,
Set Dets=Conn.Execute("select top 10  i.bid,i.id,i.title,i.pic,i.path, b.name,b.orderid from info as i,infobigsort as b where i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc")
单独这样就正确的
回复

使用道具 举报

0

主题

3

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-18 00:00:01 | 显示全部楼层
i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc最后这条是哪条的查询啊,这里应该就两个查询吧。
回复

使用道具 举报

0

主题

3

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-18 09:00:01 | 显示全部楼层
去掉这条试试看:i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc")
回复

使用道具 举报

2

主题

10

帖子

11.00

积分

新手上路

Rank: 1

积分
11.00
 楼主| 发表于 2020-6-18 21:45:01 | 显示全部楼层
是去那个括号理的
回复

使用道具 举报

0

主题

3

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-19 20:45:01 | 显示全部楼层
最后一个
回复

使用道具 举报

0

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-6-19 21:00:01 | 显示全部楼层
你的WHERE条件错了,改成这样子吧:
Set Dets=Conn.Execute("select top 10  i.bid,i.id,i.title,i.pic,i.path, b.name,b.orderid from info as i,infobigsort as b where i.id not in(select top 10 i.id,b.orderid from info as i,infobidsoft as b where i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc) AND i.bid=b.orderid and i.Commend_index=1 and agree=1 order by i.addtime desc")
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表