H all,

i am creating tables using dblinks.
create table x as select * from x@dblink;
i like to know if there any way to create the first 100 or 1000 rows from the table and then the next thousand rows

thanks
Gopu