v.19.17Improvement
Make Range Function Behaviors Almost Like Pythonic One
Why it matters
This feature improves usability and familiarity by aligning therange function in ClickHouse with Python's version, making it easier for users transitioning from Python and reducing confusion around how ranges are generated.How to use it
Use therange function as before in SQL queries. The function now behaves similarly to Python's range, supporting start, stop, and step parameters with the expected Pythonic semantics.