EX

Examples_Workspace / Forward and backfilling data on CH

Many times you have data with null values and you want to fill them with non-null values.

This is how to do forward and back filling null values on ClickHouse. It involves using some array functions, and we'll explain step-by-step how to do it and how they work.

This was also posted on our blog.

Last updated