Hello Experts
I am trying to download a document from documentum based on ObjectID. When I use a SELECT statement, only the columns names and values are returned. I am more interested in getting the document. Should I be using a different query?
SELECT * FROM clinical_document(all) WHERE r_object_id={'objectID'}
I am new to DQL, so any pointers would really be helpful.
Thanks
Jaya