From 05c508047adcfae00e74b74d479af6ee1a0f2989 Mon Sep 17 00:00:00 2001 From: KevinyhZou Date: Mon, 13 Mar 2023 18:22:02 +0800 Subject: [PATCH] docs fix --- docs/en/sql-reference/functions/json-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/functions/json-functions.md b/docs/en/sql-reference/functions/json-functions.md index 4c2372561b7..bfe2a541647 100644 --- a/docs/en/sql-reference/functions/json-functions.md +++ b/docs/en/sql-reference/functions/json-functions.md @@ -401,7 +401,7 @@ Before version 21.11 the order of arguments was wrong, i.e. JSON_QUERY(path, jso Parses a JSON and extract a value as JSON scalar. -If the value does not exist, NULL will be returned. +If the value does not exist, an empty string will be returned. Example: