information_schema

views 视图表,查看当前数据库有哪些视图

select table_catalog,table_schema,table_name,is_updatable,definer,security_type,character_set_client,collation_connection 
from information_schema.views;
原文地址:https://www.cnblogs.com/zhengwenqiang/p/8729268.html