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';