I’m a new Hue user and want to execute a query that displays a list of the tables within a certain database that contain a certain field name (for example, “thenameoffield”).
I tried using this form the Hue browse help type:field(column): ‘thenameoffield’, but it doesn’t work. “AnalysisException: Syntax error in line2:undefined: type:field(column): /thenameoffield’”
I also tried SELECT * FROM INFORMATION_SCHEMA.COLUMNS; , but not working either.
“AnalysisException: Syntax error in line2:undefined: EXPLAIN SELECT * FROM,…Exception: Syntax error”