From c32050b5dec3c5c26b68ef0fdb0d34a67a5f3fc5 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Tue, 20 Aug 2024 07:12:10 +0200 Subject: [PATCH] Push down header --- docs/sql/data_types/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql/data_types/list.md b/docs/sql/data_types/list.md index e6f7fa1c52f..8b79a4fd0a8 100644 --- a/docs/sql/data_types/list.md +++ b/docs/sql/data_types/list.md @@ -70,7 +70,7 @@ Retrieving one or more values from a list can be accomplished using brackets and The ordering is defined positionally. `NULL` values compare greater than all other values and are considered equal to each other. -## Null Comparisons +### Null Comparisons At the top level, `NULL` nested values obey standard SQL `NULL` comparison rules: comparing a `NULL` nested value to a non-`NULL` nested value produces a `NULL` result.