Skip to content

Commit ecc4846

Browse files
authored
fix date_bin examples (#879)
1 parent 2906349 commit ecc4846

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/UserGuide/Master/Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ It costs 0.056s
582582
```SQL
583583
SELECT
584584
time,
585-
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
585+
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
586586
FROM
587587
table1;
588588
```

src/UserGuide/latest-Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ It costs 0.056s
582582
```SQL
583583
SELECT
584584
time,
585-
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
585+
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
586586
FROM
587587
table1;
588588
```

src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ It costs 0.056s
582582
```SQL
583583
SELECT
584584
time,
585-
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
585+
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
586586
FROM
587587
table1;
588588
```

src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ It costs 0.056s
582582
```SQL
583583
SELECT
584584
time,
585-
date_bin(1h, time, '1969-12-31 00:00:00.000') as time_bin
585+
date_bin(1h, time, 1969-12-31 00:00:00.000) as time_bin
586586
FROM
587587
table1;
588588
```

0 commit comments

Comments
 (0)