Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bingquanzhao committed Jan 24, 2025
1 parent 7d079ef commit 6ae9a3e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SEC_TO_TIME(<seconds>)

## Return Value
- Returns a TIME value in the format `HH:MM:SS`, representing the time calculated from the start of a day (00:00:00).
- If <seconds> is NULL, the function returns NULL.
- If `<seconds>` is NULL, the function returns NULL.

## Example
```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TIME_TO_SEC(<time>)

## Return Value
- Returns an integer representing the total seconds of the input time value.
- If <time> is NULL, the function returns NULL.
- If `<time>` is NULL, the function returns NULL.

## Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SEC_TO_TIME(<seconds>)

## Return Value
- Returns a TIME value in the format `HH:MM:SS`, representing the time calculated from the start of a day (00:00:00).
- If <seconds> is NULL, the function returns NULL.
- If `<seconds>` is NULL, the function returns NULL.

## Example
```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TIME_TO_SEC(<time>)

## Return Value
- Returns an integer representing the total seconds of the input time value.
- If <time> is NULL, the function returns NULL.
- If `<time>` is NULL, the function returns NULL.

## Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SEC_TO_TIME(<seconds>)

## Return Value
- Returns a TIME value in the format `HH:MM:SS`, representing the time calculated from the start of a day (00:00:00).
- If <seconds> is NULL, the function returns NULL.
- If `<seconds>` is NULL, the function returns NULL.

## Example
```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TIME_TO_SEC(<time>)

## Return Value
- Returns an integer representing the total seconds of the input time value.
- If <time> is NULL, the function returns NULL.
- If `<time>` is NULL, the function returns NULL.

## Example

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SEC_TO_TIME(<seconds>)

## Return Value
- Returns a TIME value in the format `HH:MM:SS`, representing the time calculated from the start of a day (00:00:00).
- If <seconds> is NULL, the function returns NULL.
- If `<seconds>` is NULL, the function returns NULL.

## Example
```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TIME_TO_SEC(<time>)

## Return Value
- Returns an integer representing the total seconds of the input time value.
- If <time> is NULL, the function returns NULL.
- If `<time>` is NULL, the function returns NULL.

## Example

Expand Down

0 comments on commit 6ae9a3e

Please sign in to comment.