morrySnow commented on code in PR #1862: URL: https://github.com/apache/doris-website/pull/1862#discussion_r1921084894
########## docs/sql-manual/sql-functions/scalar-functions/json-functions/json-exists-path.md: ########## @@ -24,23 +25,60 @@ specific language governing permissions and limitations under the License. --> -## json_exists_path -### description +## Description It is used to judge whether the field specified by json_path exists in the JSON data. If it exists, it returns TRUE, and if it does not exist, it returns FALSE -#### Syntax +## Syntax ```sql -BOOLEAN json_exists_path(JSON j, VARCHAR json_path) +JSON_EXISTS_PATH (<json_str>, <path>) ``` -### example +## Alias +```sql +JSONB_EXISTS_PATH (<json_str>, <path>) Review Comment: ```suggestion - JSONB_EXISTS_PATH ``` -- 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