I need to do following sql comparison in spark.Sql Col1 COLLATE SQL_Latin1_General_CP1_CS_AS <> col2
How can i acheive the same in spark. Sql without affecting the meaning of SQL_Latin1_General_CP1_CS_AS
I tried using upper but accent sensitive i dont know how to do that
I don't want to change the meaning of this statement in sql