Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Help! im sure what is wrong with my query im getting this message below. plesse herm me fugure out whats wrong with my query. SELECT
Help! im sure what is wrong with my query im getting this message below. plesse herm me fugure out whats wrong with my query.
Syntax error in JOIN operation. Syntax error in JOIN operation
SELECT DISTINCT tblPAandPB.P_B, tblPAandPB.P_A, DO_RS_P.REPLACNG_PT_NR AS P_Z INTO tblPZandPA
FROM tblPAandPB LEFT JOIN
(DO_RES_P ON tblPAandPB.P_A = DO_RES_P.P_NR INNER JOIN
DO_PNG_P_AREA on DO.RES_P.P_NR = DO_PNG_P_AREA.SM_P_NR) ;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started