Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> query issue
Hi,
I'm in deep struggle with query from a huge table:
what I've got is a lot of records like:
from my view I should only get the last record:
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>
can anybody help, please?
best regards
jc
Received on Wed Jan 28 2004 - 03:06:44 CST
![]() |
![]() |