Is there a way to limit the number of rows returned from a select
statement???
Please respond to my email address as well, I don't always have access
to
the news group.
Thanks,
Frank Garber
Please respond to my email address as well, I don't always have access
to
the news group.
Thanks,
Frank Garber
Please respond to my email address as well, I don't always have access
to
the news group.
Thanks,
Frank Garber
bernd
--
class Mandel{public static void main(String a[]){float b,e,r,n,d;int h;
for(e=1.1f;e>-1.2;e-=.1){for(b=-2;b<1;b+=.04){r=n=0;for(h=127;r*r+n*n<4
&&--h>32;){d=r;r=r*r-n*n+b;n=2*d*n+e;}System.out.write(b>0.98?10:h);}}}}
Where can I find the faq? It doesn't appear in the subject of any of
the postings...
Thanks,
Frank
> > Is there a way to limit the number of rows returned from
> > a select statement???
> see faq.
> bernd
> --
> class Mandel{public static void main(String a[]){float b,e,r,n,d;int h;
> for(e=1.1f;e>-1.2;e-=.1){for(b=-2;b<1;b+=.04){r=n=0;for(h=127;r*r+n*n<4
> &&--h>32;){d=r;r=r*r-n*n+b;n=2*d*n+e;}System.out.write(b>0.98?10:h);}}}}
Cheers
Serge
--
Visit the DB2 UDB and DB2 Connect Online Support site at:
http://www.ibm.com/software/data/db2/udb/winos2unix/support
> Please respond to my email address as well, I don't always have access
> to
> the news group.
> Thanks,
> Frank Garber
select col1, col2, col3 from table1 t1
where 10 > (select count(*) from table1 t2
where t1.col1 < t2.col1)
Change the value of 10 to however many rows you want back!
> Please respond to my email address as well, I don't always have access
> to
> the news group.
> Thanks,
> Frank Garber
1. Help - Setting number of rows limit
I have resolved this problem. Incase anyone is interested, I wasn't
clearing my memory after a certain time period - dissabling Access from
running any kind of operation. So I closed the recordset and connection,
then set both to nothing.
-Rob
2. New User needs help manipulating phone number field
3. The number of rows with pending changes has exceeded the set limit
4. COLORADO - Denver SYBASE DEVELOPERS & DBAs NEEDED
5. Limiting number of rows in result sets
6. Migrating Oracle databases to Sybase
7. row numbers, limiting row# for web usage
8. 2000 evaluation edition expired?
9. How do you limit the number of rows updated
10. Limiting the number of rows from a query!
11. limiting number of rows - php
12. Limit the Number Of Rows In A Stored Procedure
13. Limiting the Number of Rows Returned