본문 바로가기

Information/Oracle 9i

Sqlplus 에서 함수실행하기

함수이므로 반환값을 저장할 변수를 선언한다.

var retval number;
execute : retval := 함수명();
print retval;