NXQL Order by datetime
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 07:13 AM
I would like to pull all the documents are created recently using NXQL. Please suggest me the NXQL for the same order by date
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 07:45 AM
Use this NXQL query
SELECT * FROM Document ORDER BY dc:created DESC
