You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/27 02:10:37 UTC

[GitHub] [doris] LOVEGISER commented on issue #13666: [Feature] SUBSTRING_INDEX() 不支持且无替换方案

LOVEGISER commented on issue #13666:
URL: https://github.com/apache/doris/issues/13666#issuecomment-1292870444

   1. use split("hello world", " ");  return:["hello", "world"]
   2.use array_slice(["hello", "world"], 1, 1)


-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org