padmapriya patruni

padmapriya patruni

  • NA
  • 74
  • 114.5k

Getting Id from table

Nov 3 2015 4:59 AM
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)