Advertisement
Guest User

Untitled

a guest
May 28th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. SELECT Revisions.dID, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension,
  2. dInDate, dOutDate, dCreateDate, dPublishType, dRendition1, dRendition2, dFileSize AS VaultFileSize, DocMeta.*, RevClasses.*
  3. FROM Revisions, DocMeta, Documents, RevClasses
  4. WHERE Revisions.dID=DocMeta.dID And Revisions.dID=Documents.dID And Revisions.dDocName = RevClasses.dDocName And dIsPrimary = 1 And
  5. dReleaseState IN (N'Y', N'U', N'I') AND ((dInDate >= {ts '2015-04-01 00:00:00.000'} AND dInDate < {ts '2015-05-28 00:00:00.000'})) ORDER BY dInDate Desc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement