lsy3993 commented on code in PR #1887: URL: https://github.com/apache/doris-website/pull/1887#discussion_r1923319130
########## docs/sql-manual/sql-functions/scalar-functions/ip-functions/cut-ipv6.md: ########## @@ -22,30 +22,36 @@ specific language governing permissions and limitations under the License. --> -## CUT_IPV6 +## Description -CUT_IPV6 +Accept an IPv6 type address and return a string containing the address of the specified number of bytes removed in text format. -### Description -#### Syntax +## Syntax +```sql +CUT_IPV6(ipv6 <ipv6>, TinyInt <cut_ipv6_bytes>, TinyInt <cut_ipv4_bytes>) Review Comment: done -- 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