设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 50|回复: 2
打印 上一主题 下一主题

这样的SQL怎么来表达啊

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-18 03:35:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
sql="select * from [A] order by Aid desc"
sql="select * from [A] where BID=“&BID&”order by Aid desc"
sql="select * from [A] where CID=“&CID&”order by Aid desc"
访问index.asp
就读出全部记录
当访问 index.asp?BID=BID
就读出 BID 的记录
当访问 index.asp?BID=BID&CID=CID 就读出 CID的记录啊
2#
发表于 2010-1-18 03:35:36 | 只看该作者
简单的说 sql="select * from [A]" if bid<>"" and bid<>null and cid="" then sql=sql&" where bid="&bid if cid<>"" and cid<>null then sql=sql&" sql=sql&" where CID=“&CID sql=sql&" order by Aid desc" ……
回复 支持 反对

使用道具 举报

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

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 22:30 , Processed in 0.101716 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

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