echo-hhj commented on code in PR #2012: URL: https://github.com/apache/doris-website/pull/2012#discussion_r1963078315
########## docs/sql-manual/sql-functions/scalar-functions/other-functions/convert-to.md: ########## @@ -64,6 +83,4 @@ mysql> select * from class_test order by convert(class_name using gbk); | 5 | 我 | [5] | 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
