select TABLE_SCHEMA , TABLE_NAME from information_schema.TABLES where table_type=‘view‘ and TABLE_SCHEMA =‘yw_plm‘;
【说明】
mysql查看某个数据库下的所有视图
原文:https://www.cnblogs.com/lishidefengchen/p/13276940.html