User & Group Related DQL Queries

Documentum Query Language(DQL) is a derivative of SQL which can be used to interact with Documentum repository. DQL is used to query Documentum which is a content management system used to create, manage, deliver, and archive all types of content.


Find all Users created after a specific day

SELECT user_name, user_os_name, user_address, user_group_name, r_modify_date FROM dm_user WHERE r_modify_date > date(’12/16/2008 00:00:00′)

Leave a Reply

Your email address will not be published. Required fields are marked *