system.columns.comment column was introduced only in 18.16.0
See original GitHub issue18.14.18
ClickHouse exception, code: 47, host: ....., port: 8123; Code: 47, e.displayText() =
DB::Exception: Unknown identifier: comment, e.what() = DB::Exception [DB Errorcode=47]
ClickHouse Release 18.16.0 Now you can specify comments for a column in the table description https://github.com/ClickHouse/ClickHouse/pull/3377
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Documentation: 9.1: System Columns - PostgreSQL
This column is only present if the table was created using WITH OIDS, or if the default_with_oids configuration variable was set at the...
Read more >SYSIBM.SYSCOLUMNS catalog table - Db2 SQL
Column name Data type Use
NAME VARCHAR(128) NOT NULL G
TBNAME VARCHAR(128) NOT NULL G
TBCREATOR VARCHAR(128) NOT NULL G
Read more >sys.columns (Transact-SQL) - SQL Server - Microsoft Learn
Column name Data type Description
object_id int ID of the object to which this column belongs.
name sysname Name of the column. Is unique within...
Read more >Column Type Reference | Smartsheet Learning Center
System. These are the different system columns and the information they record: Created by: Who created each row; Created date: When each row ......
Read more >columns | ClickHouse Docs
columns only in those session where they have been created. They are shown with the empty database field. The system.columns table contains the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is the list: https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
Thanks @alexey-milovidov. Wouldn’t it better to maintain a list of all supported versions(mostly in format of major.minor) in a text(yaml/json) file in server repository? That way, all clickhouse clients can use that as inputs for regression test to ensure backward compatibility.