fix style

This commit is contained in:
Yarik Briukhovetskyi 2024-08-08 22:51:27 +02:00 committed by GitHub
parent e9659626ad
commit 0ad6aa09ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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)