摘要: SQL SERVER 新增列与默认值 alter table 表名 add 列明 bit default 0 not null 删除列(容易删除失败) alter table 表名 drop column 列名 Intersect 获取两个表的交集 SELECT * FROM tableA INTE 阅读全文
posted @ 2014-08-14 09:56 泥称 阅读(124) 评论(0) 推荐(0)