标签: sql oracle oracle11g cursor
我想在选择查询的条件内进行过程调用以比较游标值。 有可能吗?
样本
select * from employees where emp.employeeCurrentYear(emp_no,lc_cursor_param) > 0;