添加项目文件。
This commit is contained in:
13
TightWiki.Repository/Scripts/GetPageInfoByNamespaces.sql
Normal file
13
TightWiki.Repository/Scripts/GetPageInfoByNamespaces.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
SELECT DISTINCT
|
||||
P.Id,
|
||||
P.[Name],
|
||||
P.[Description],
|
||||
P.Navigation,
|
||||
P.CreatedByUserId,
|
||||
P.CreatedDate,
|
||||
P.ModifiedByUserId,
|
||||
P.ModifiedDate
|
||||
FROM
|
||||
[Page] as P
|
||||
INNER JOIN TempNamespaces as TN
|
||||
ON TN.[value] = P.[Namespace]
|
||||
Reference in New Issue
Block a user