yuanwoneng

学习笔记

随笔分类 -  SQLserver

删除表中重复记录
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->delete from tb_user where username in(select username from tb_user group by username having cou... 阅读全文

posted @ 2008-12-26 13:01 YWN's blog 阅读(142) 评论(0) 推荐(0)