Views In Mysql

[Solved] Views In Mysql | Sql - Code Explorer | yomemimo.com
Question : mysql show views

Answered by : upset-unicorn-cggfifayxmig

 SHOW FULL TABLES
WHERE table_type = 'VIEW';

Source : https://www.mysqltutorial.org/mysql-views/mysql-show-view/ | Last Update : Tue, 10 Nov 20

Question : mysql show views

Answered by : upset-unicorn-cggfifayxmig

 SELECT *
FROM information_schema.tables;

Source : https://www.mysqltutorial.org/mysql-views/mysql-show-view/ | Last Update : Tue, 10 Nov 20

Answers related to views in mysql

Code Explorer Popular Question For Sql