Skip to content

Instantly share code, notes, and snippets.

@ujnak
Created December 16, 2022 02:11
カスケードLOVの子のソース
select ename d, empno r from emp
where deptno in (
select column_value from table(apex_string.split(:P1_DEPTNO,':'))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment