Skip to content

Commit a565729

Browse files
authored
Merge pull request #4984 from ClickHouse/Blargian-patch-630832
update link
2 parents 0575b1e + c04b1d2 commit a565729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/example-datasets/nypd_complaint_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Result:
308308

309309
## Convert the date and time String to a DateTime64 type {#convert-the-date-and-time-string-to-a-datetime64-type}
310310

311-
Earlier in the guide we discovered that there are dates in the TSV file before January 1st 1970, which means that we need a 64 bit DateTime type for the dates. The dates also need to be converted from `MM/DD/YYYY` to `YYYY/MM/DD` format. Both of these can be done with [`parseDateTime64BestEffort()`](../../sql-reference/functions/type-conversion-functions.md#parsedatetime64besteffort).
311+
Earlier in the guide we discovered that there are dates in the TSV file before January 1st 1970, which means that we need a 64 bit DateTime type for the dates. The dates also need to be converted from `MM/DD/YYYY` to `YYYY/MM/DD` format. Both of these can be done with [`parseDateTime64BestEffort()`](../../sql-reference/functions/type-conversion-functions.md#parseDateTime64BestEffort).
312312

313313
```sh
314314
clickhouse-local --input_format_max_rows_to_read_for_schema_inference=2000 \

0 commit comments

Comments
 (0)