SHOW
Syntax
SHOW TABLE [ LIKE { pattern } ]
Parameters
[ LIKE ] The pattern match is case-insensitive but must be used with the LIKE operator.
Examples
SHOW TABLES;
SHOW TABLES LIKE 'eth.recent_blocks';
SHOW TABLES LIKE 'eth.recent_%';
Last updated
Was this helpful?