会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
银杏叶儿
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年9月4日
sqlserver 一个排序问题
当 应用select * into a from b order by b1,b2语句时,试图使a表中的物理顺序改变,是 不能够实现的select * into 同时复制了b表的物理结构,所以a表中的顺序和b表中的顺序是一致的。如果想改变a表中的查询排序需要select * from b a order by b1,b2.
Read More
posted @ 2013-09-04 15:39 银杏叶儿
Views(152)
Comments(0)
Diggs(0)
公告