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

select table_catalog,table_schema,table_name,is_updatable,definer,security_type,character_set_client,collation_connection 
from information_schema.views;

 

 posted on 2018-04-06 22:46  ChaseForFuture  阅读(136)  评论(0)    收藏  举报