morrySnow commented on code in PR #1914: URL: https://github.com/apache/doris-website/pull/1914#discussion_r1926341195
########## docs/sql-manual/sql-functions/scalar-functions/numeric-functions/money-format.md: ########## @@ -24,38 +24,62 @@ specific language governing permissions and limitations under the License. --> -## money_format -### Description -#### Syntax +## Description -`VARCHAR money format (Number)` +The number is output in currency format, the integer part is separated by commas every three bits, and the decimal part is reserved for two bits. +## Syntax -The number is output in currency format, the integer part is separated by commas every three bits, and the decimal part is reserved for two bits. +```sql +MONEY_FORMAT(<Number>) Review Comment: 1. 参数全小写 ```suggestion MONEY_FORMAT(<number>) ``` -- 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