RecordIdRange targets a contiguous range of records within a table by their IDs. Pass it to the CRUD builders to operate on a range of records.
Source: surrealdb.kotlin
Constructor
| Parameter | Type | Default | Description |
|---|---|---|---|
table | String | — | The table name. |
start | String? | null | The inclusive start ID, or null for unbounded. |
end | String? | null | The end ID, or null for unbounded. |
includeEnd | Boolean | false | Whether the end ID is inclusive. |
Learn more
Record ranges in SurrealQL