List all the table form the Database

SELECT table_name, table_schema, table_type FROM information_schema.tables ORDER BY table_name ASC;

Comments

Popular posts from this blog

List all the stroed procedures names form a database.