more spaces...

This commit is contained in:
Erik Eckert 2023-09-15 14:18:19 -06:00
parent 5e9b6e761f
commit 0b982dba10

View File

@ -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
)