会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wcj1984abc
学无止境
博客园
首页
新随笔
联系
订阅
管理
2008年3月28日
常用sql语句
摘要: select t1.* from table1 t1 where not exists (select t2.c1 from table2 t2 where t2.c1 = t1.c1)select t1.* from table1 t1where t1.c1 not in (select t2.c1 from table2 t2)truncate table dbo.Employe1 --快速...
阅读全文
posted @ 2008-03-28 11:06 星答
阅读(420)
评论(0)
推荐(0)
编辑