Query report for Solutions with creator site information

Query report for Solutions with creator site information

I got below query for my 'Solutions' report. I would like to add 'site' and 'support group' of 'creator' of that solution.

  1. SELECT solution.solutionid "Solution ID" ,Solution.TITLE "Subject ",Solution.DESCRIPTION "Contents",Creator.FIRST_NAME "Created By",Sol_StatusDefinition.STATUSNAME "Status",longtodate(SolutionInfo.CREATEDTIME) "Created Time",KB_Topics.TOPICNAME " Topic",Updater.FIRST_NAME "Last Modified By",longtodate(SolutionInfo.LASTUPDATEDTIME) "Last Modified Time",solutioninfo.noofhits "Views" FROM Solution
  2. INNER JOIN SolutionInfo ON Solution.SOLUTIONID=SolutionInfo.SOLUTIONID
  3. LEFT JOIN KB_Topics ON Solution.TOPICID=KB_Topics.TOPICID
  4. LEFT JOIN AaaUser Updater ON SolutionInfo.LASTUPDATEDBY=Updater.USER_ID
  5. LEFT JOIN AaaUser Creator ON SolutionInfo.CREATEDBY=Creator.USER_ID
  6. LEFT JOIN Solution_Keywords ON Solution.SOLUTIONID=Solution_Keywords.SOLUTIONID
  7. LEFT JOIN Sol_StatusDefinition ON Solution.STATUSID=Sol_StatusDefinition.STATUSID


Database of the application --> SQL Server 14.00.1000
Build number of the application --> 14.0 Build 14006

                  New to ADSelfService Plus?