the technology I am interested in and work with
select * from (select * from customer order by age) where rownum < :n
select * from customer order by age limit :n
select top :n * from customer order by age
No comments:
Post a Comment