How to achieve max(column_a) keep (dense_rank last order by column_b) in databricks?
I have a sql in oracle that I need to convert to databricks. Is there a databricks equivalent to the
max() keep (dense_rank order by)?
I have a sql in oracle that I need to convert to databricks. Is there a databricks equivalent to the
max() keep (dense_rank order by)?