Page 1 of 1

AWS Athena nicht filtert Nullwert

Posted: 28 Feb 2025, 04:29
by Anonymous
Troble im Filterwert Nullwert mit AWS Athena < /p>
Hello.
Ich habe eine Frage zu AWS Athena. />

Code: Select all

df.filter(col("VodID").isNotNull())< /code> < /p>
Die Athena filtert jedoch nicht den Nullwert
select * from dataStorage where vodid is not null
Auch wenn ich Vodid verwende!>