more spaces...
This commit is contained in:
parent
5e9b6e761f
commit
0b982dba10
@ -9,7 +9,7 @@ from (
|
||||
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
|
||||
sum(FileCount) as FileCount, Sum(FileSize) as FileSize, 'Parent' as Source from FolderData
|
||||
Where Parent != (
|
||||
SELECT Parent FROM DuplicateList
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user