Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在其中创建了一些视图,mysql但我不太记得它们的名字。有没有办法像查找表格一样查找它们,即 ( show tables;)?
mysql
show tables;
这是一个带有答案的重复问题
SHOW FULL TABLES IN database_name WHERE TABLE_TYPE LIKE 'VIEW';