formatting updates
This commit is contained in:
parent
8afcf013bd
commit
d24bf9e82b
@ -2,7 +2,9 @@
|
||||
DROP TABLE DataInventory;
|
||||
CREATE TABLE DataInventory AS
|
||||
SELECT SERVER,
|
||||
REPLACE(Parent,"X:\","\\mpe.ca\datadrive\") AS UNCPath,
|
||||
REPLACE(
|
||||
Parent,
|
||||
"X:\"," \ \ mpe.ca \ datadrive \ ") AS UNCPath,
|
||||
REPLACE(REPLACE(Parent,(" X: \ " || Server)," / Shared / N - Data ")," \ "," / ") AS EgnytePath,
|
||||
sum(FileCount), Sum(FileSize), 'Parent' as Source from FolderData
|
||||
Where Parent not in (
|
||||
|
Loading…
Reference in New Issue
Block a user