Joining Two Tables - Error says "Same display columns presents in multiple tables..."

Joining Two Tables - Error says "Same display columns presents in multiple tables..."

I am trying to write a query, but also join two tables to extract two columns from a different table

The query below works perfectly without the "JOIN" at the bottom. My goal with the join is to join "Eagle_AllHoursReport" table to "Eagle_SAP_PlanHours" table using the "Job Number" column because the "AllHoursReport" table has two columns of data I need to add that are not included in the "AllHoursReport" Table.

I have included an image, but the error I keep getting is pasted in the text below...  
Same display columns presents in multiple tables [Eagle_SAP_PlanHours.DepartmentName, Eagle_AllHoursReport.PM, Eagle_SAP_PlanHours.Job Number, Eagle_SAP_PlanHours.PM, Eagle_AllHoursReport.JobStatus, Eagle_SAP_PlanHours.Division, Eagle_AllHoursReport.Division, Eagle_AllHoursReport.Job Number, Eagle_AllHoursReport.DepartmentName, Eagle_SAP_PlanHours.JobStatus] of your SQL Query. To execute or save query, kindly use the table name or table alias name before the display columns.

My query is below

SELECT
"JobStatus" AS "Job Status",
"Division" AS "Division",
"DepartmentName" AS "Department",
"ProcessName" AS "Phase",
concat("Division", "ProcessName") AS "Capacity Phase Machining",
concat("Division", "DepartmentName") AS "Capacity Phase Labor",
"Customer Name" AS "Customer",
"Job Number" AS "Network",
"DeptEstStart" AS "Scheduled Start Date",
"DeptEstEnd" AS "Scheduled End Date",
find_max_value("DeptEstEnd", current_date()) AS "Capacity End Date",
"DeptActStart" AS "Actual Start Date",
"DeptActEnd" AS "Actual End Date",
"ProcessEstHours" AS "Budgeted Hours",
"ProcessActHours" AS "Hours Consumed",
"ProcessEstHours" -"ProcessActHours" AS "Remaining Hours",
"ProcessEstHours" * (1 -"DeptPercentComp") as "Remaining Hours POC",
find_max_value(to_integer(date_diff("DeptEstEnd", current_date())), 1) AS "Remaining Days",
("ProcessEstHours" * (1 -(find_max_value("DeptPercentComp", ("ProcessActHours" / "ProcessEstHours"))))) / find_max_value(to_integer(date_diff("DeptEstEnd", current_date())), 1) AS "Hours p/Day Remaining",
(1 -"DeptPercentComp") * "ProcessEstHours" / find_max_value(to_integer(date_diff("DeptEstEnd", current_date())), 1) AS "Hours p/Day Remaining_POC",
("ProcessEstHours" -"ProcessActHours") / find_max_value(to_integer(date_diff("DeptEstEnd", current_date())), 1) AS "Hours p/Day Remaining_Formula",
("ProcessActHours" / "ProcessEstHours") * 100 AS "% Of Budget Consumed",
"DeptPercentComp" * 100 AS "POC",
"QA Lead",
"Build Lead",
"PM",
add_date("DeptEstEnd", ROUND(("DeptEstHours" -"DeptActHours") / -24)) AS "Latest Start Date",
find_max_value(add_date("DeptEstEnd", ROUND(("DeptEstHours" -"DeptActHours") / -24)), current_date()) AS "Capacity Start Date",
to_integer(date_diff("DeptEstEnd", find_max_value(add_date("DeptEstEnd", ROUND(("DeptEstHours" -"DeptActHours") / -24)), current_date()))) AS "Remaining Scheduled Days"
FROM  "Eagle_SAP_PlanHours" 
JOIN "Eagle_AllHoursReport" ON "Eagle_SAP_PlanHours"."Job Number"="Eagle_AllHoursReport"."Job Number"
WHERE "JobStatus"  IN ( 'In Process'  )





      Zoho Developer Community








                                Zoho Desk Resources

                                • Desk Community Learning Series


                                • Digest


                                • Functions


                                • Meetups


                                • Kbase


                                • Resources


                                • Glossary


                                • Desk Marketplace


                                • MVP Corner


                                • Word of the Day



                                    Zoho Marketing Automation
                                            • Sticky Posts

                                            • Announcing Zoho Analytics 6.0 Beta!

                                              We are delighted to open up the next major version, Zoho Analytics 6.0 Beta! The new version comes packed with a wide range of functionalities for all persona, namely business users, data analysts, data engineers, and data scientists. Zoho Analytics team
                                            • [Upcoming Webinar] Fostering a data-first culture with enterprise analytics

                                              Businesses today are fully aware of the importance of being data-driven, and there are countless companies catering to their needs. Technology and software vendors, specialized management firms, and more enable businesses to set up and maintain their
                                            • We are coming to your city! Zoho Analytics Community Meetup

                                              Hello, business leaders and data enthusiasts! We are delighted to announce that registrations are now open for the ZUG meetups, and we can't wait for you to be a part of them. Our in-house analytics experts are geared up to lead discussions on constructing
                                            • Zoho Analytics: 2021 Look Back

                                              As we start a new year in 2022, here's some of our top moments from 2021. Zoho Analytics in 2021
                                            • [Customer Talk] PREMO Group's Analyst Interview at Zoho Day 2022

                                              Premo Group, a 50 year old Spanish Manufacturing Company, has been our long-standing customer with #ZohoAnalytics. They've been using our platform for their end-to-end, unified business analytics solution.  Hear more from Claudio Cabeza, Director at PREMO


                                            Manage your brands on social media



                                                  Zoho TeamInbox Resources

                                                    Zoho DataPrep Resources



                                                      Zoho CRM Plus Resources

                                                        Zoho Books Resources


                                                          Zoho Subscriptions Resources

                                                            Zoho Projects Resources


                                                              Zoho Sprints Resources


                                                                Qntrl Resources


                                                                  Zoho Creator Resources


                                                                    Zoho WorkDrive Resources



                                                                      Zoho Campaigns Resources

                                                                        Zoho CRM Resources

                                                                        • CRM Community Learning Series

                                                                          CRM Community Learning Series


                                                                        • Tips

                                                                          Tips

                                                                        • Functions

                                                                          Functions

                                                                        • Meetups

                                                                          Meetups

                                                                        • Kbase

                                                                          Kbase

                                                                        • Resources

                                                                          Resources

                                                                        • Digest

                                                                          Digest

                                                                        • CRM Marketplace

                                                                          CRM Marketplace

                                                                        • MVP Corner

                                                                          MVP Corner







                                                                            Design. Discuss. Deliver.

                                                                            Create visually engaging stories with Zoho Show.

                                                                            Get Started Now