Facing the same issue with the keyword "application". Even backtick is not working.
select application
from abc.def
where transaction is not null
and load_date = '20221115';
Error -
Error while compiling statement: FAILED: SemanticException [Error 10004]: line 1:7 Invalid table alias or column reference 'application': (possible column names are: date, transaction, status, direction, message_type, smi, medium, medium_type, aircraft, flight, callsign, dep_icao, arr_icao, application_str, from_to, machine, msg_length, msg_text, attached_files, load_date)
Any other solution ?