DongLiang-0 commented on PR #13323: URL: https://github.com/apache/doris/pull/13323#issuecomment-1277456750
> Rethink the right way of the function > > ``` > select extractURLParameter('https://localhost:3000?id=abcdefghi', 'id'); > > SELECT extractURLParameter('https://localhost:3000?id=abcdefghi', 'id') > > Query id: 3301471c-ea38-4792-b5d0-bf6b98d0bf05 > > ┌─extractURLParameter('https://localhost:3000?id=abcdefghi', 'id')─┐ > │ abcdefghi │ > └──────────────────────────────────────────────────────────────────┘ > > 1 row in set. Elapsed: 0.001 sec. > ``` it's done! PTAL @HappenLee -- 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