mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Fix 02117_show_create_table_system
This commit is contained in:
parent
096667be45
commit
5b179ecd02
@ -281,7 +281,12 @@ CREATE TABLE system.functions
|
||||
`alias_to` String,
|
||||
`create_query` String,
|
||||
`origin` Enum8('System' = 0, 'SQLUserDefined' = 1, 'ExecutableUserDefined' = 2),
|
||||
`description` String
|
||||
`description` String,
|
||||
`syntax` String,
|
||||
`arguments` String,
|
||||
`returned_value` String,
|
||||
`examples` String,
|
||||
`categories` String
|
||||
)
|
||||
ENGINE = SystemFunctions
|
||||
COMMENT 'SYSTEM TABLE is built on the fly.'
|
||||
|
Loading…
Reference in New Issue
Block a user