# ClickHouse® tips #8: Generating time-series on ClickHouse®

DevFeed: [ClickHouse® tips #8: Generating time-series on ClickHouse®](<https://devfeed.tech/articles/clickhouse-tips-8-generating-time-series-on-clickhouse-18725.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/tips-8-generating-time-series-on-clickhouse>)

Author: Xoel López

Published: 2021-06-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [function](<https://devfeed.tech/tags/function.md>), [generate](<https://devfeed.tech/tags/generate.md>), [series](<https://devfeed.tech/tags/series.md>), [the-data-base](<https://devfeed.tech/tags/the-data-base.md>), [time](<https://devfeed.tech/tags/time.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

A short tutorial explaining how to generate time-series data in ClickHouse using alternative functions because ClickHouse does not yet provide a generate_series function.

## Source excerpt

ClickHouse® doesn't have a generate_series function yet, but you can achieve the same with other functions. Learn how here. Part 8.