COLUMN NOT FOUND, Athena Query

0

COLUMN_NOT_FOUND: line 1:40: Column 'e' cannot be resolved or requester is not authorized to access requested resources This query ran against the "logs" database, unless qualified by the query, the query i'm writing is , select * from logs where type="E"; There is a column named type , in the table

3 réponses
1
Réponse acceptée

Try putting single quotes around the E - so

select * from logs where type='E';

HTH

Nick

AWS
Nick
répondu il y a un an
1

select * from logs where "type"='E'

profile pictureAWS
AWS_TAM
répondu il y a un an
0

Thanks a lot, I've been running in circles trying to troubleshoot this issue! Any idea about the underlying cause?

répondu il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions