Hi all ,
I have created the below pasted Query to join three tables ..
I don't if it is correct . when I am executing , it is giving me a Syntax Error . Please Let me know if some thing is wrong there ?
select forupdate ( empltbl.EmplId,empltbl.DEL_Name,empE.FirstName
,empE.LastName,DAR.Email,empltbl.DEL_Phone,empltbl.Designation,empltbl.BirthDate ) from EmplTable empltbl JOIN EmplTable.emplId ON Employee.empId
where empltbl.EmplId == empE.EmpId && empltbl.EmplID > 1000 && empltbl.EmpId < = 2000 ;
regards ,
Nishath Salman N.
*This post is locked for comments
I have the same question (0)