Chinaunix首页 | 论坛 | 博客
  • 博客访问: 129672
  • 博文数量: 69
  • 博客积分: 595
  • 博客等级: 中士
  • 技术积分: 670
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:37
文章分类

全部博文(69)

文章存档

2017年(2)

2016年(9)

2015年(13)

2014年(30)

2012年(4)

2011年(2)

2010年(2)

2009年(5)

2008年(2)

我的朋友

发布时间:2015-12-31 07:19:19

In db2, null could be anything. But some time when we join tables by using join condition which involves null values, we should remember that :a.cola = b.colb  --  if both are null,  the condition is false, that is null = null  returns false.a.cola <> b.colb  -- if both ar.........【阅读全文】

阅读(338) | 评论(0) | 转发(0)

发布时间:2015-10-06 07:54:32

create table edw_tester_bcsc.role_player_to_registration_rlship_pd_bak<br />as<br />(select * from edw_core_bcsc.role_player_to_registration_rlship) <br />&nbsp;data initially deferred refresh deferred;<br />refresh table edw_tester_bcsc.role_player_to_registration_rlship_pd_bak;.........【阅读全文】

阅读(265) | 评论(0) | 转发(0)

发布时间:2015-09-03 04:40:47

Many data warehouses do not use any change-capture techniques as part of the extraction process. Instead, entire tables from the source systems are extracted to the data warehouse or staging area, and these tables are compared with a previous extract from the source system to identify the changed da.........【阅读全文】

阅读(391) | 评论(0) | 转发(0)

发布时间:2015-08-22 14:46:59

http://www.vixual.net/blog/archives/178

......【阅读全文】

阅读(756) | 评论(0) | 转发(0)

发布时间:2015-07-18 06:01:01

GRANTEXECUTE ......【阅读全文】

阅读(327) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册