Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/query-languages/sql/sql-pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# Paginating through a large response [sql-pagination]

Using the example from the [previous section](sql-rest-format.md), one can continue to the next page by sending back the cursor field. In the case of CSV, TSV and TXT formats, the cursor is returned in the `Cursor` HTTP header.
Using the example from the [previous section](sql-rest-format.md), one can continue to the next page by sending back the cursor field. In the case of JSON and YAML formats, the cursor is returned in the `Cursor` HTTP header.

```console
POST /_sql?format=json
Expand Down