morrySnow commented on code in PR #1869: URL: https://github.com/apache/doris-website/pull/1869#discussion_r1921830011
########## docs/sql-manual/sql-functions/scalar-functions/numeric-functions/log10.md: ########## @@ -22,40 +22,68 @@ specific language governing permissions and limitations under the License. --> -## log10 +## Description -### description -#### Syntax - -`DOUBLE log10(DOUBLE x)` Returns the natural logarithm of `x` to base `10`. -:::tip -Another alias for this function is `dlog10`. -::: +## Alias + +- DLOG10 + +## Syntax + +```sql +LOG10(<x>) +``` + +## Parameters + +| Parameter | Description | +|-----------|------------| +| `<x>` | Antilogarithm | Review Comment: 参数的描述过于简单。可以参考 https://docs.snowflake.com/en/sql-reference/functions/log -- 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]
