mklzl commented on code in PR #1809:
URL: https://github.com/apache/doris-website/pull/1809#discussion_r1917911141


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/json-functions/json-array.md:
##########
@@ -24,47 +24,73 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-## json_array
 ## 描述
+
+生成一个包含制定元素的 json 数组,未指定时返回空数组 
+
 ## 语法
 
-`VARCHAR json_array(VARCHAR,...)`
+```sql
+VARCHAR JSON_ARRAY(<a>, ...)   

Review Comment:
   这里不需要给函数的返回值类型吗?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to