Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: query issue
Billy Verreynne wrote:
> josephcurwen_at_despammed.com (curwen) wrote:
>
>
>>I'm in deep struggle with query from a huge table:
>>what I've got is a lot of records like: >> >>_______________ >>numb fk1 >>_______________ >>1231456 61 >>1231456 62 >>1231456 63 >>1231456 61 >> >>from my view I should only get the last record: >>__________ >>123456 61
>>last has to be intended as inserting order, there's not sorting defined on data >>the table has also a progressive id generated by a sequence..
>>I've tried the the following , but doesn't work: >> >>select distinct numb,fk1 >>from <table>
-- Ed Prochak running http://www.faqs.org/faqs/running-faq/ netiquette http://www.psg.com/emily.html -- "Two roads diverged in a wood and I I took the one less travelled by and that has made all the difference." robert frostReceived on Thu Jan 29 2004 - 17:37:46 CST
![]() |
![]() |