Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ It costs 0.056s
```SQL
SELECT
time,
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
FROM
table1;
```
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ It costs 0.056s
```SQL
SELECT
time,
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
FROM
table1;
```
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ It costs 0.056s
```SQL
SELECT
time,
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
FROM
table1;
```
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ It costs 0.056s
```SQL
SELECT
time,
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
FROM
table1;
```
Expand Down