数据库SQL server 删除一张表中的重复记录
摘要:
--建立一张表 create table cat( catId int, catName varchar(40) ) --将下边的插入语句,多执行几次。 insert into catvalues(1,'aa') select * from cat 通过查询语句将看到表中出现N个... 阅读全文
posted @ 2016-02-18 15:55 岚之山 阅读(261) 评论(0) 推荐(0) 编辑