Relative Content

Tag Archive for sqlclickhouse

ClickHouse – creating time table

I’m trying to create a time table on the ClickHouse. This is a simple table consisting of 4 fields.
The first field shows the date + time in one minute increments ranging from 00:00:00 to 23:59:00.
The second field shows the hour in 24 format.
The third field shows minutes in the range from 00 to 59.
The fourth field indicates the time of day: morning, afternoon, evening.