Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

툴바의 컴파일 버튼을 눌러 컴파일 할수 있습니다. 

에디터 창은 아래의 그림처럼 두가지 방법을 통해 열수 있습니다.
  

 

오브젝트의 실행은 다음과 같습니다. 

...

Out 파라미터가 있는 경우 
set @p_film_count = 0;
call sakila.film_in_stock(1, 1, @p_film_count);
select @p_film_count;

...