会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OnlyYou
有所为,有所不为。
博客园
首页
新随笔
联系
管理
订阅
2013年8月21日
Sql 将多个表查询的结果进行再次查询
摘要: 把你目前查到结果集定义为一个临时表 tempTable下面是如何查 SELECT * FROM tempTable where 关键字=‘’举例select book_num,book_name,book_type from(select * from bookinfo ) as temptable where book_num=2
阅读全文
posted @ 2013-08-21 10:37 Follow-your-heart
阅读(952)
评论(0)
推荐(0)
编辑
公告