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