Hi everyone,
In a selection statement, i would like to get blocks of records.
Thus, i need to filter records by a "row number", directly at the SELECT level.
It seems that the way to address a row number is not (SQL) standard.
(different "proprietary" implementations)
In Oracle, there is the "rowid".
In MySQL, the "LIMIT" clause can do it.
In SQL Server, i think there is the "ROW_NUMBER() OVER..."
In DB2 (on AS/400) , there is the "RRN" (Relative Record Number)...
What about Derby database ?
How is it implemented on this server ?
I know i could use
Thanks in advance.
- Using/Adressing a "row number" in a... Sylvain RICHET
- Re: Using/Adressing a "row number&q... Legolas Woodland
- Re: Using/Adressing a "row numb... Sylvain RICHET
- Re: Using/Adressing a "row ... Legolas Woodland
- Re: Using/Adressing a "... Sylvain RICHET
- Re: Using/Adressing a &... Legolas Woodland
- Re: Using/Adressing... Sylvain RICHET
- Re: Using/Adres... Legolas Woodland
- Re: Using/Adressing a "row ... Bernt M. Johnsen
- Re: Using/Adressing a "... Sylvain RICHET
- Re: Using/Adressing a &... Oystein Grovlen - Sun Norway
