Skip to content

Instantly share code, notes, and snippets.

@johntbush
Last active January 10, 2018 22:00
Show Gist options
  • Save johntbush/5980ed8c8a9d991a4e1b1390d6cc8b70 to your computer and use it in GitHub Desktop.
Save johntbush/5980ed8c8a9d991a4e1b1390d6cc8b70 to your computer and use it in GitHub Desktop.
dw size
select count(*) as payr_dtl from dw.paYR_DTL; -- 171,280,225
select count(*) from dw.remitDTL; --392,726,040
select count(*) from dw.frght_bl; --408,302,966
select count(*) from dw.exceptions; -- 201,285,497
select count(*) from dw.invoice; -- 598,03,644
select count(*) from dw.fb_ln; --1,226,455,963
select count(*) from dw.frghtBlMaster; --686,564,991
select count(*) from dw.ca_ELEM; --554,904,231
select count(*) from dw.veNDOR_REMIT; --9697
select count(*) from dw.veNDOR; --8379
select count(*) from dw.inv_bat; --32,460,110
select count(*) from dw.checktable; --1,215,235
select count(*) from dw.freightBillAudit --58,072,344;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment