Druid SQL listar todas as tabelas

SELECT * FROM INFORMATION_SCHEMA. TABLES WHERE TABLE_SCHEMA = 'druid'
Inquisitive Ibex