会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
coffeeliu
程序员没有狗幸福
博客园
首页
新随笔
联系
订阅
管理
2006年6月29日
游标实例
摘要: 这几天帮学校数据库进行数据迁移,用我的笔记本进行迁移那叫个累啊 if exists (select * from sysobjects where name=newtable and xtype='U') drop table newtablegoSELECT dbo.student.studentid as '学号', dbo.student.studentname as...
阅读全文
posted @ 2006-06-29 18:23 coffeeliu
阅读(830)
评论(4)
推荐(0)
编辑