会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xjyggd
博客园
首页
新随笔
联系
订阅
管理
2009年7月2日
[转]SqlServer表数据导成Insert语句
摘要: 数据库中存在TEST表,建表语句如下:create table test(id int not null constraint pk_test primary key, name nvarchar(100) null,description nvarchar(200) null)生成insert 语句的SQL如下:set nocount onselect 'insert into test(id,...
阅读全文
posted @ 2009-07-02 09:40 xjy
阅读(752)
评论(0)
推荐(0)
编辑
公告