SELECT *
FROM #Request.prefix_db_agency#.EmployeeLicenses
WHERE EmployeeLicense_ID = #url.ELID#
SELECT Emp_First, Emp_Last FROM #Request.prefix_db_lookup#.pEmployee
WHERE
Emp_ID =0
Emp_ID = #session.cs.employeeid#
SELECT StateName, StateAbbr
FROM #Request.prefix_db_lookup#.States
ORDER BY StateName
Add Continuing Education for #GetEmp.Emp_First# #GetEmp.Emp_Last#
Update Continuing Education for #GetEmp.Emp_First# #GetEmp.Emp_Last#