v.23.9Improvement

Add Sub-Second Precision to formatReadableTimeDelta

Add sub-second precision to formatReadableTimeDelta. #54250 (Andrey Zvonov).
Added sub-second precision support to the formatReadableTimeDelta function in ClickHouse.

Why it matters

This feature enhances the formatReadableTimeDelta function by allowing it to display time intervals with precision finer than one second, providing more accurate and detailed time delta representations for users.

How to use it

Users can simply use the formatReadableTimeDelta function as before; the output now includes sub-second details automatically when applicable. No additional configuration is required.