Why is this not working for you? Are you trying on dataframe? What error are you getting?
On Thu, Feb 25, 2016 at 10:23 PM, Ashok Kumar <[email protected]> wrote: > Hi, > > What is the equivalent of this in Spark please > > select * from mytable where column1 in (select max(column1) from mytable) > > Thanks > -- Best Regards, Ayan Guha
