shan_cool Posted October 26, 2005 Share Posted October 26, 2005 Hi all, i hav a pbm while executing the following query. select a.Emp_FName from HR_Emp_Det a,tdm_prj_mem_det b, where a.Emp_Id = b.Emp_Id and b.Emp_Id='1111' but if i execute as, select a.Emp_FName from HR_Emp_Det a,tdm_prj_mem_det b, where a.Emp_Id = b.Emp_Id ..... thn its working properly. plz help me wats wrong wit the first one. thx in advance, shan, chennai india Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.