Can we list all tables and views having a specific column names

Experts,

Can we list all tables and views having a specific column names by writing SQL queries or any other way like UI in Dremio. I am wondering about some thing like in database where we can scan metadata tables.

I tried to execute below query
SELECT * FROM INFORMATION_SCHEMA.COLUMNS

However getting below error-

Thanks

@rajneesh4u Looks like there is a table with data type MICRO which will run into this error. Any chance you would know the table_name?

Hi Bala ji, No I don’t know the table. However my understanding is that regardless of data type I should get table names listed.

Thanks,
Rajneesh