Hi,
How can I make that work?
val d = HiveContext.table("table")
select * from table where ID = MAX(ID) from table
Thanks
- d.filter("id in max(id)") Ashok Kumar
- Re: d.filter("id in max(id)") Michael Armbrust
Hi,
How can I make that work?
val d = HiveContext.table("table")
select * from table where ID = MAX(ID) from table
Thanks