查看MySQL视图(view) 查看mysql有那些view: select * from information_schema.TABLES where table_type=’view’; 查看创建这些view的语句: show... 03月21日LinuxMySQL view 阅读全文