We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de32358 commit 5d104d2Copy full SHA for 5d104d2
src/query/sql/src/planner/binder/ddl/column.rs
@@ -81,7 +81,7 @@ impl Binder {
81
select_builder
82
.with_column("collation_name AS `Collation`")
83
.with_column("privileges AS `Privileges`")
84
- .with_column("column_comment AS Comment");
+ .with_column("column_comment AS `Comment`");
85
}
86
87
0 commit comments