会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
chengeng's blog
A single flower will be my garden, a single friend will be my world !
博客园
首页
新随笔
联系
订阅
管理
2016年10月19日
SQL 行转列的两种做法
摘要: if object_id('tb')is not null drop table tbGocreate table tb(姓名 varchar(10),课程 varchar(10),分数 int)insert into tb values('张三','语文',74)insert into tb va
阅读全文
posted @ 2016-10-19 08:47 chengeng
阅读(29126)
评论(3)
推荐(0)
编辑
公告