Tobias Hilka wrote:
Do you plan to implement some kind of limit/offset feature for MS SQL
Server? I know, the database does not support it natively, but I heard that
there are ways to get there by inversing an inner query and applying limits
in inner and outer query. Any plans on that?

MS-SQL limits are implemented by means of the "set rowcount" feature as are Sybase limits. Offsets are not implemented at the moment and are being handled by Village.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to