I have a table in Hive that has a column name with special character "#' How to I escape # to select the column?
SELECT a3suph, a3sph# FROM schema.dbname; throws an exception.
ParseException line 1:20 character '#' not supported here. I am using DBeaver to connect to Hive.