DBMS/MySQL&Mariadb

procedure, function 목록 조회

itexit 2022. 6. 16. 10:36
반응형

# procedule 목록 조회
show procedure status where db = 'DB명';

# function 목록 조회
show function status where db = 'DB명';