From 93a9edf0eed11d146c97279a65bd2e7df84461f0 Mon Sep 17 00:00:00 2001 From: leboop <32377468+JavaLeb@users.noreply.github.com> Date: Fri, 24 Oct 2025 08:26:33 +0800 Subject: [PATCH] Update sql-pagination.md --- docs/reference/query-languages/sql/sql-pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-languages/sql/sql-pagination.md b/docs/reference/query-languages/sql/sql-pagination.md index e86670a0cc6d2..81f19db42b18c 100644 --- a/docs/reference/query-languages/sql/sql-pagination.md +++ b/docs/reference/query-languages/sql/sql-pagination.md @@ -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