morrySnow commented on code in PR #1829: URL: https://github.com/apache/doris-website/pull/1829#discussion_r1921084628
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/json-functions/json-exists-path.md: ########## @@ -24,23 +24,60 @@ specific language governing permissions and limitations under the License. --> -## json_exists_path - ## 描述 -用来判断json_path指定的字段在JSON数据中是否存在,如果存在返回TRUE,不存在返回FALSE +用来判断 `json_path` 指定的字段在 JSON 数据中是否存在,如果存在返回 TRUE,不存在返回 FALSE ## 语法 ```sql -BOOLEAN json_exists_path(JSON j, VARCHAR json_path) +JSON_EXISTS_PATH (<json_str>, <path>) ``` -## 举例 +## 别名 +```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