Viewing 4 posts - 1 through 4 (of 4 total)
Query is like select a.pos, b.MATL_TYPE, b.MKTG_CATG,c.DMA, c.DIVISION
From pos a
Inner join material b on a.Material=b.Material
JOIN Customer c ON a.Customer=c.Customer
Now changes happening in customer and material. How should I bring changes...
April 9, 2015 at 5:14 pm
newer files are accurate but it comes with overlap data.
August 7, 2014 at 1:08 pm
might have to add extra column when loading data to staging table
August 7, 2014 at 12:53 pm
These files are in same format and in same folder. Going to create staging table to get date range.
August 7, 2014 at 12:23 pm
Viewing 4 posts - 1 through 4 (of 4 total)