zrg0Original post
Web Developer
So i have documents created by users. I want to show a table with all documents, and the name of the user created it. is there a join? or some tips on how to do this? also do i manully need to set the userid or this magically is a prop on document? (created by? )
Summary
The developer wants to display a table with documents and the user's name who created each document. They are asking if they need to manually set the user ID or if it's a property on the document. A SQL join might be needed to achieve this.