Answers for "how to see the query of a view in mysql"

SQL
0

how to see the query of a view in mysql

SHOW FULL TABLES IN sys 
WHERE table_type='VIEW';
Posted by: Guest on September-14-2020

Code answers related to "how to see the query of a view in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language