$ 0 0 Hi Sagar, You mean to say you dont want this way below? select abc.u_id as gid,dt.mid from (SELECT MAX(date1) over (partition by gid order by gid) dt1,gid,mid,u_id FROM ABC) dt, abc where abc.date1=dt.dt1 order by 2or is okay? Cheers, Raja
Hi Sagar,
You mean to say you dont want this way below?
or is okay?
Cheers,
Raja