> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/data-wrangling/slice.md).

# Slice

Select rows by positions. This is not supported for relational databases, in which case you should use filter() with row\_number() function.

## How to Access This Feature

### From + (plus) Button

![](/files/-M4oN8S3BqqwJGqhHbJS)

* Click "+" button and select "Other" - > "Slice(Select Rows)"

## Bind multiple data frames by row

![](/files/-M4oN8S5-imJWDTGWGwB)

You can select rows by specifying start and end row position.

1. Start Row - Start Row position. for example, if you want to select rows from second row to fifth row, set 2 as Start Row.
2. End Row - End Row position. if you want to select from rows from second row to fifth row, set 5 as End Row. If you select from second row to last. You can set `n()` for End Row.
