COLUMN_NOT_FOUND: line 37Column 'aggregation_type' cannot be resolved or requester is not authorized to access requested resources

1

The following query was run on athena. What is wrong?

query: SELECT * FROM number_of_works_per_search_conditions WHERE aggregation_type = 'n10';

error_message: COLUMN_NOT_FOUND: line 37Column 'aggregation_type' cannot be resolved or requester is not authorized to access requested resources

feita há um ano2551 visualizações
1 Resposta
0

Hi there!

It means that the column aggregation_type doesn't exists in the table number_of_works_per_search_conditions. Please ensure the column exists and/or is spelled correctly in the query.

I hope this helps.

profile pictureAWS
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas