Skip to content

Commit

Permalink
doc: update function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Yuan-Lai committed Dec 30, 2024
1 parent b136ab8 commit 0fad7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ from_unixtime(expression[, timezone])
Make a date from year/month/day component parts.

```
from_unixtime(expression[, timezone])
make_date(year, month, day)
```

#### Arguments
Expand Down

0 comments on commit 0fad7a2

Please sign in to comment.