Fix docs typo (makeDateTime32 -> makeDateTime64)

Appears to have been a simple typo. Fixing to the actual function!
This commit is contained in:
Avery Fischer 2023-10-05 13:10:54 +02:00
parent 0c0da3c863
commit ecac99f45e
No known key found for this signature in database
GPG Key ID: 7AD77C4D55F26892

View File

@ -134,7 +134,7 @@ Like [makeDateTime](#makedatetime) but produces a [DateTime64](../../sql-referen
**Syntax**
``` sql
makeDateTime32(year, month, day, hour, minute, second[, fraction[, precision[, timezone]]])
makeDateTime64(year, month, day, hour, minute, second[, fraction[, precision[, timezone]]])
```
## timestamp