v.24.6New Feature

Added Setting for Displaying Column Names in Long Tables

Added a setting output_format_pretty_display_footer_column_names which when enabled displays column names at the end of the table for long tables (50 rows by default), with the threshold value for minimum number of rows controlled by output_format_pretty_display_footer_column_names_min_rows. #65144 (Shaun Struwig).
Added settings to display column names as a footer for long tables in the Pretty output format.

Why it matters

To enhance readability of long Pretty format query results by showing column names at the bottom of the output table, helping users keep track of columns without scrolling back to the top.

How to use it

Enable the setting output_format_pretty_display_footer_column_names to show column names at the end of the table for long outputs. Adjust the threshold for when this applies by setting output_format_pretty_display_footer_column_names_min_rows (default is 50 rows).