DB
MySQL 프로시져, 뷰 확인방법
remoted
2018. 5. 5. 02:31
728x90
등록되어있는 코드를 보려면 다음 명령을 실행한다.
[프로시져 목록 확인방법]
[프로시져 목록 확인방법]
mysql> show procedure status
[프로시져 스크림트 확인방법]
mysql> show create procedure uso_Get_Mini_Evaluation
[뷰 스크립트 확인방법]
mysql> show create view v_core_ability_examination
출처: http://sangmin.tistory.com/1553 [Pell's seer Blog]
출처: http://sangmin.tistory.com/1553 [Pell's seer Blog]