Update type-conversion-functions.md

Исправил null на NULL.
This commit is contained in:
Dmitriy 2021-02-11 00:16:23 +03:00
parent e87e71ee43
commit 537b372c32

View File

@ -691,7 +691,7 @@ Same as for [parseDateTimeBestEffort](#parsedatetimebesteffort) except that it r
## parseDateTimeBestEffortUSOrNull {#parsedatetimebesteffortusornull}
Same as for [parseDateTimeBestEffortUS](#parsedatetimebesteffortUS) except that it returns null when it encounters a date format that cannot be processed.
Same as for [parseDateTimeBestEffortUS](#parsedatetimebesteffortUS) except that it returns `NULL` when it encounters a date format that cannot be processed.
**Syntax**