v.20.4New Feature
Added Markdown Output Format for Tables
Added output format Markdown for embedding tables in markdown documents. #10317 (Kruglov Pavel)Why it matters
This feature enables users to easily embed query results as tables in Markdown documents, improving readability and integration with documentation, blogs, and other markdown-supported platforms.How to use it
To use this feature, specify the output format asMarkdown in your query command, for example:SELECT * FROM table FORMAT Markdown