카테고리 없음
oracle call function
een
2020. 5. 29. 14:01
select MY_FUNCTION('val1', 'val2') FROM dual;
select MY_FUNCTION('val1', 'val2') FROM dual;