mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix style
This commit is contained in:
parent
e9659626ad
commit
0ad6aa09ac
@ -65,7 +65,7 @@ SELECT now() AS current_date_time, current_date_time + (INTERVAL 4 DAY + INTERVA
|
||||
└─────────────────────┴────────────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
And to compare values with different intevals:
|
||||
And to compare values with different intervals:
|
||||
|
||||
``` sql
|
||||
SELECT toIntervalMicrosecond(3600000000) = toIntervalHour(1);
|
||||
|
@ -1606,7 +1606,7 @@ struct ConvertImpl
|
||||
result_value = arguments[0].column->getInt(0) / conversion_factor;
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
for (int i = from_position - 1; i >= to_position; --i)
|
||||
{
|
||||
for (const auto &entry : map)
|
||||
|
Loading…
Reference in New Issue
Block a user