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).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 thePretty output format.How to use it
Simply use thePretty 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.