v.24.2Improvement

Output Format Enhancement for Readable Large Numbers in Pretty Mode

When output format is Pretty format and a block consists of a single numeric value which exceeds one million, A readable number will be printed on table right. #60379 (rogeryk).
When using the Pretty output format, single numeric values exceeding one million in a block are now displayed with a readable number aligned to the right of the table.

Why it matters

This feature improves the readability of large numeric values in query results by formatting numbers greater than one million in a more human-friendly way when displayed in the Pretty output format.

How to use it

Simply use the Pretty output format in your query output. When a block contains a single numeric value over one million, the formatted readable number will automatically appear aligned to the right.