Home

Select values over multiple rows in one column in a SQL Result Set

I would like to be able to select multiple values in a column in the result set from a sql query. Today all cells "between" the first and the last value are also selected.
If there are 5 rows of data with multiple columns in the result set. Then from column Id I would like to select values from row 2 to row 4, then only those 3 values in that column should be selected.

Comments

Sign In or Register to comment.