I want to do a pyspark query for this problem “Cannot exists 2 row with different ID_PERSON and same field ”Partita IVA“”

后端 未结 0 315
予麋鹿
予麋鹿 2021-01-28 16:10

The csv file is this:

The query that i tried is this:

SELECT s1.* FROM table s1, table s2 WHERE s1.ID_SOGGETTO != s2.ID_SOGGETTO AND s1.PARTITAIVA          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题