asp查询出 红框里 type1 type2 type3 为 1,0,0 的结果....
答案:1 悬赏:30 手机版
解决时间 2021-01-20 05:02
- 提问者网友:浩歌待明月
- 2021-01-20 00:47
asp查询出 红框里 type1 type2 type3 为 1,0,0 的结果....
最佳答案
- 五星知识达人网友:天凉才是好个秋
- 2021-01-20 02:01
Sql="Select * from FreeHost.FreeHost_News where username='"&username&"' and (type1=0 or type1=1) order by orderbyid desc,id desc"
按照你红框画出的记录应该用and判断而不是or,修改如下
Sql="Select * from FreeHost.FreeHost_News where username='"&username&"' and (type1=1 and type2=0 and type3=0) order by orderbyid desc,id desc"应该这样才对吧???
按照你红框画出的记录应该用and判断而不是or,修改如下
Sql="Select * from FreeHost.FreeHost_News where username='"&username&"' and (type1=1 and type2=0 and type3=0) order by orderbyid desc,id desc"应该这样才对吧???
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯