具体方法:
(推荐教程:)
mysql中视图其实就是一张虚拟的表,所以也可以认为是一张表:
show table
由于它与普通的表有所不同,所以有:
status where comment='view';
具体命令:
show table status where comment='view';