Write SQL to get the second row of a column.
Use the column_rows table and determine row position by ascending row_id. Return only the value from the requested column.
second_value.row_id ascending.| Column | Type | Description |
|---|---|---|
| row_idPK | INT | Stable identifier used to define row order |
| column_value | VARCHAR(100) | Value from the column being queried |