From e2b5a72934e0ffd9861d46b8a51620d5c9b7a5b5 Mon Sep 17 00:00:00 2001 From: eeckert Date: Mon, 18 Sep 2023 11:38:53 -0600 Subject: [PATCH] update to text again --- Generate Egnyte Export.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generate Egnyte Export.sql b/Generate Egnyte Export.sql index 8f72500..2516d28 100644 --- a/Generate Egnyte Export.sql +++ b/Generate Egnyte Export.sql @@ -19,7 +19,7 @@ union SELECT SERVER, REPLACE(PATH,"X:\","\\mpe.ca\datadrive\") AS UNCPath, REPLACE(REPLACE(PATH,("X:\" || Server),"/Shared/N-Data"),"\","/") AS EgnytePath, - FileCount, FileSize, Project as Source from FolderData + FileCount, FileSize, 'Project' as Source from FolderData Where FolderData.Project in ( SELECT Project FROM NonDupProject) -- AND FolderData.Parent in (