MYSQL
view 전체 쿼리 확인
from-sh
2024. 9. 10. 17:42
728x90
select view_definition from information_schema.view
where table_name = 'view_name';
728x90