Resolved! Generating Spark SQL query using Python
I have a Spark SQL notebook on DB where I have a sql query likeSELECT * FROM table_name WHERE condition_1 = 'fname' OR condition_1 = 'lname' OR condition_1 = 'mname' AND condition_2 = 'apple' AND condition_3 ='orange'There are a lot ...
- 1867 Views
- 2 replies
- 4 kudos
Latest Reply
Hi @John Constantine​ ,I think you can also use arrays_overlap() for your OR statements docs here
- 4 kudos