xiaokang commented on code in PR #14619:
URL: https://github.com/apache/doris/pull/14619#discussion_r1032906358


##########
docs/en/docs/sql-manual/sql-reference/Data-Types/JSONB.md:
##########
@@ -35,8 +35,775 @@ under the License.
     2. JSONB format is more efficient. Using jsonb_extract functions on JSONB 
format is 2-4 times faster than get_json_xx on JSON STRING format.
 
 ### example
-    refer to jsob tutorial.
+A tutorial for JSONB datatype including create table, load data and query.
+
+### create database and table

Review Comment:
   thanks for remind, fixed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to