tommy-huang

有时为了查看特定数据库中所建立的所有视图,可以使用这个命令:

  因为,视图其实就是一张虚拟的表,所以也可以认为是一张表,所以是 show table,

而它由于普通的表有所不同,所以有 status   where comment=\'view\';

 

show table status where comment=\'view\';

 

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2021-11-07
  • 2022-12-23
  • 2021-12-02
  • 2021-10-04
  • 2021-05-07
  • 2021-09-25
相关资源
相似解决方案