asked on June 19, 2019
I can run the below query to get the document count from repository database. How can I also get the "Created By' field please? I see toc_owner column in this table. How do I join this to get the user name please?
Select * from toc
where etype = -2
Thanks
Priya
0
0