2
Reply

Getting Id from table

padmapriya patruni

padmapriya patruni

Nov 3 2015 4:59 AM
432
hi all,
 
 
SELECT t.configlookupid INTO emptype
FROM configlookup t
WHERE t.configlookupkey='EmployeeType' AND t.configlookupvalue= EmpType; 
 
this is my query . iam not getting id while inserting data. please help me

Answers (2)
Next Recommended Forum