Skip to content

Commit

Permalink
docs(udf): upgrade udf list
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd authored Jan 6, 2023
1 parent b0e726d commit 799ddac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ Example:

```sql

select date_format(date(1590115420000),"%Y-%m-%d");
select date_format(date(timestamp(1590115420000)),"%Y-%m-%d");
--output "2020-05-22"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ Example:

```sql

select date_format(date(1590115420000),"%Y-%m-%d");
select date_format(date(timestamp(1590115420000)),"%Y-%m-%d");
--output "2020-05-22"
```

Expand Down

0 comments on commit 799ddac

Please sign in to comment.