mysql get tables code example
Example 1: mysql show all tables
show tables;
Example 2: show tables mysql
SHOW TABLES;
Example 3: select tables from mysql database
SHOW TABLES from <databasename>;
Example 4: show tables mysql
Press CTRL+C to copy SHOW [EXTENDED] [FULL] TABLES
[{FROM | IN} db_name]
[LIKE 'pattern' | WHERE expr]