Direkt zum Inhalt

querying data from aws athena using where clause

0

Column 'lhr3' cannot be resolved This query ran against the "default" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: 868f19df-351c-4c03-9c67-5b4fe81f3de6Enter image description here
Enter image description here

gefragt vor 3 Jahren759 Aufrufe
1 Antwort
0

I am assuming location datatype is varchar, so use single quote instead of "".

SELECT * FROM "default"."table84" where table84.location = 'LHR3'
AWS
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.