views 视图表,查看当前数据库有哪些视图
select table_catalog,table_schema,table_name,is_updatable,definer,security_type,character_set_client,collation_connection
from information_schema.views;
标签:AC security sel 数据库 set nec gpo cti class
views 视图表,查看当前数据库有哪些视图
select table_catalog,table_schema,table_name,is_updatable,definer,security_type,character_set_client,collation_connection
from information_schema.views;
标签:AC security sel 数据库 set nec gpo cti class
原文地址:https://www.cnblogs.com/zhengwenqiang/p/8729268.html