Error in Query - need help
From: MD (banglait_at_yahoo.com)
Date: 03/15/04
- Previous message: Vishal Parkar: "Re: Convert string to Number"
- Next in thread: Vishal Parkar: "Re: Error in Query - need help"
- Reply: Vishal Parkar: "Re: Error in Query - need help"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 13:59:28 -0800
I get the following strange error when executing the query
below. Can anyone help me find the error ? thanks in
advance.
Server: Msg 207, Level 16, State 3, Line 1
Invalid column name 'A'.
----------------------------------------
Query:
SELECT A1.EecSupervisorID, A1.EecEmplStatus,
CC.EecEmpNo, '1' AS Approver INTO EmpLoad.dbo.Tbl_Approver
FROM
(frdhrdb1.ultipro_lti.dbo.EmpComp as A1
INNER JOIN frdhrdb1.ultipro_lti.dbo.EmpPers as BB
ON A1.EecSupervisorID = BB.EepEEID)
LEFT JOIN frdhrdb1.ultipro_lti.dbo.EmpComp AS CC ON
BB.EepEEID = CC.EecEEID
GROUP BY A1.EecSupervisorID, A1.EecEmplStatus, CC.EecEmpNo
HAVING (((A1.EecEmplStatus)="A"));
- Previous message: Vishal Parkar: "Re: Convert string to Number"
- Next in thread: Vishal Parkar: "Re: Error in Query - need help"
- Reply: Vishal Parkar: "Re: Error in Query - need help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|