Philipp
AFAIK, there is no way to limit the number of rows returned using standard
SQL. However, InstantDB does implement the
java.sql.Statement.setMaxRows(int)
method, which is the standard JDBC mechanism for doing this.
Regards
Pete
--
Peter Hearty peter.hearty@lutris.com
Lutris Technologies (UK) http://www.lutris.com
----- Original Message -----
From: "Philipp Chudinov" <morpheus@basko.ru>
To: <instantDB@enhydra.org>
Sent: Monday, October 23, 2000 12:36 PM
Subject: InstantDB: limit records
> Hi!
>
> Is it possible to limit somehow records, returned by SELECT statement from
> InstantDB within the same statement smth. like "SELECT blah FROM blah
LIMIT
> = 10"? (mySQL have this feature... maybe (I am not shure), it is very
useful
> for web - I want InstantDB the same feature too (there is nothing like
LIMIT
> in documentation :( ).
>
> Philipp.
>
> --------------------------------------------------------------------------
---
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.
>
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|