1 Answers
-1
The literal in the where clause is the problem. The query can't be parsed because there isn't a column named "nan".
Are you trying to check for null with "nan"?
answered 3 months ago
Relevant questions
Bug: Amazon Chime in germany with arabic as language
asked 7 months agoException in User Class: org.postgresql.util.PSQLException : ERROR: column "id" does not exist
asked 7 months agoSetting column width in pivot table - Quicksight
asked 5 months agoAdding the filename as a column in the output
asked 4 years agoTrying to use a single Amazon API Gateway endpoint to accept both HTTP and websocket requests
Accepted Answerasked 2 years agoAmazon PIVOT bug? "column does not exist"
asked 3 months agoAmazon Athena query outputting all columns in the csv as VARCHARs
Accepted Answerasked 2 years agoDoes Timestream support SQL as a query language?
Accepted Answerasked 4 years agoWhat is the correct way to structure a ifelse to be able to filter using a parameter?
asked 5 months agoHoneycode x QuickSight Integration Issue/Bug
asked 11 days ago
Sorry, not sure I understand your question. Here's a query that gives the output that I expect. The WHERE clause has nothing to do with the rest of the query in the OP or in this example.