会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
One Sm@il
博客园
首页
新随笔
联系
订阅
管理
12 2016 档案
SQLServer两张表筛选相同数据和不同数据
摘要:方法一: 方法二: 方法三: 方法四: 方法五:
阅读全文
posted @
2016-12-09 12:09
小小一菜鸟
阅读(20578)
评论(0)
推荐(0)
SQL常用语句
摘要:--查询表主键 EXEC sp_pkeys @table_name='Plat_CommAttrSelect' --删除表主键 Declare @Pk varChar(100); Select @Pk=Name from sysobjects where Parent_Obj=OBJECT_ID('Plat_CommAttrSelect') and xtype='PK'; if @Pk is ...
阅读全文
posted @
2016-12-01 11:04
小小一菜鸟
阅读(283)
评论(0)
推荐(0)
公告