MariaDB viewを一覧で確認する方法
環境
CentOS Stream 9
MariaDB 10.10.2
構文
select *
from information_schema.VIEWS
viewを一覧で確認する場合は、「information_schema」の「VIEWS」を確認します。
使用例
select *
from information_schema.VIEWS
Coding Changes the World
環境
CentOS Stream 9
MariaDB 10.10.2
構文
select *
from information_schema.VIEWS
viewを一覧で確認する場合は、「information_schema」の「VIEWS」を確認します。
使用例
select *
from information_schema.VIEWS