Visualizzare tutte le view di un database
Ecco come visualizzare le view di un database a partire da information_schema
1SELECT table_name FROM information_schema.views WHERE information_schema.views.table_schema LIKE 'NOME_MIO_DB';
Tip precedente: Generazione combinazioni calendario fantacalcio
Tip successivo: Estrarre tutte le procedure di un DB

MySQL Report un tool di shell per tenere tutto sotto controllo