Answers for "view in database mysql"

SQL
1

mysql view command

SHOW CREATE TABLE v_name
Posted by: Guest on May-05-2021
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 "SQL"

Browse Popular Code Answers by Language