08.11.2014 Views

Full Disclosure Report

Full Disclosure Report

Full Disclosure Report

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

declare @sql nchar(1000)<br />

if exists (select name from sysobjects where name = 'MOD_OLDORDERS')<br />

drop table MOD_OLDORDERS<br />

create table MOD_OLDORDERS (O_ORDERDATE datetime,<br />

O_ORDERKEY bigint) on DATA_FG<br />

set @segment = 1<br />

while @segment

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!