PDA

View Full Version : Oracle to Foxpro Query


younker1983
06-02-07, 02:39
Hi...

i m using this query in Oracle

select * from xyz where rowid in(select max(rowid) from xyz group by party)

i want to use this query in Visual Foxpro. but ROWID is not working in VFP.

please give me alternate to rowid to use in VFP

Thanks in Advance