Re: does this "top-200" query do a table scan
> I want the minimum id values to be returned.
It doesn't do that. Is this what you mean?
select id_c
from Article_t
where progressMade_c < <maxvalue>
order by id_c limit 200 ;
Subject
Views
Written By
Posted
1527
October 27, 2015 05:50AM
Re: does this "top-200" query do a table scan
744
October 31, 2015 12:22AM
736
October 31, 2015 10:15AM
658
October 31, 2015 01:03PM
736
October 31, 2015 05:51PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.