mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Start
This commit is contained in:
parent
9b45b26dd6
commit
2ad822c164
7
docs/en/sql-reference/data-types/datetime32.md
Normal file
7
docs/en/sql-reference/data-types/datetime32.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
toc_priority: 48
|
||||||
|
toc_title: DateTime32
|
||||||
|
---
|
||||||
|
|
||||||
|
# Datetime32 {#data_type-datetime32}
|
||||||
|
|
@ -152,6 +152,13 @@ Alias: `DATE`.
|
|||||||
|
|
||||||
## toDateTimeOrNull {#todatetimeornull}
|
## toDateTimeOrNull {#todatetimeornull}
|
||||||
|
|
||||||
|
## toDate32 {#toDate32}
|
||||||
|
|
||||||
|
|
||||||
|
## toDate32OrZero {#toDate32OrZero}
|
||||||
|
|
||||||
|
## toDate32OrNull {#todate32OrNull}
|
||||||
|
|
||||||
## toDecimal(32\|64\|128\|256) {#todecimal3264128256}
|
## toDecimal(32\|64\|128\|256) {#todecimal3264128256}
|
||||||
|
|
||||||
Converts `value` to the [Decimal](../../sql-reference/data-types/decimal.md) data type with precision of `S`. The `value` can be a number or a string. The `S` (scale) parameter specifies the number of decimal places.
|
Converts `value` to the [Decimal](../../sql-reference/data-types/decimal.md) data type with precision of `S`. The `value` can be a number or a string. The `S` (scale) parameter specifies the number of decimal places.
|
||||||
|
Loading…
Reference in New Issue
Block a user