morrySnow commented on code in PR #1891:
URL: https://github.com/apache/doris-website/pull/1891#discussion_r1944062395


##########
docs/sql-manual/sql-functions/scalar-functions/string-functions/trim-in.md:
##########
@@ -63,25 +64,30 @@ Special cases:
 
 1. Remove spaces from both ends:
 ```sql
+
 SELECT trim_in('   ab d   ') str;
 ```
 
 ```sql
+
 +------+
 | str  |
 +------+
-| ab d |
+| hello|

Review Comment:
   这个结果不对吧?应该是修改前的?



##########
docs/sql-manual/sql-functions/scalar-functions/string-functions/trim-in.md:
##########
@@ -63,25 +64,30 @@ Special cases:
 
 1. Remove spaces from both ends:
 ```sql
+
 SELECT trim_in('   ab d   ') str;
 ```
 
 ```sql
+
 +------+
 | str  |
 +------+
-| ab d |
+| hello|
 +------+
 ```
 
+
 ```sql
 SELECT trim_in('ababccaab','ab') str;
 ```
 
 ```sql
+
 +------+
 | str  |
 +------+
-| cc   |
+| ab   |

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