会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
海盗屋
hello world
博客园
首页
新随笔
联系
订阅
管理
2015年8月12日
9、SQL Server 操作数据
摘要: 插入数据使用Insert Into 插入if(exists(select * from sys.databases where name = 'webDB')) drop database webDBgo--创建数据库create database webDB on primary( n...
阅读全文
posted @ 2015-08-12 13:50 海盗船长
阅读(1272)
评论(1)
推荐(4)
编辑
公告