Skip to content

ScottWong98/spec_dc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPEC DataCenter

Just a demo for practise.

Backup

update dwd_test_info dwd, dim_date dim
set dwd.created_at = dim.full_date
where dwd.test_date_id = dim.id
alter table dwd_test_info add cpu_vendor varchar(300) default ''

update dwd_test_info dwd, dim_cpu dim
set dwd.cpu_vendor=dim.cpu_vendor
where dwd.cpu_id=dim.id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published