📜  如何在mysql代码示例中查看视图的查询

📅  最后修改于: 2022-03-11 15:05:13.842000             🧑  作者: Mango

代码示例1
SHOW FULL TABLES IN sys 
WHERE table_type='VIEW';