Is it possible to slice the result set by row number in SQL 7.0 ? I know in
Oracle, there is a keyword called "ROWNUM" which can easily slice the result
by specifying a fixed number of returned rows. How can we do this in SQL
7.0?
If i have understood this, then i think it is possible by a datatype "Uniqueidentifier" which provides u with a globally unique GUID for each row in the DB. Further I dont know how "@@Rowcount" is going to help this.Further u can use "Fetch relative" statement with cursor which might work but is too complicated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.