Chen-Yuan-Lai commented on code in PR #13924:
URL: https://github.com/apache/datafusion/pull/13924#discussion_r1899130452


##########
docs/source/user-guide/sql/scalar_functions.md:
##########
@@ -852,10 +852,6 @@ btrim(str[, trim_str])
 
 #### Alternative Syntax
 
-```sql
-trim(BOTH trim_str FROM str)
-```
-
 ```sql
 trim(trim_str FROM str)
 ```

Review Comment:
   @comphead  I found that `use_doc()` only supports one alternative syntax. 
Should we modify it to support multiple alternative syntaxes?



-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to