Skip to main content

information_schema.keywords

The information_schema.keywords system table is a view that provides all keywords in Databend

DESCRIBE information_schema.keywords

╭─────────────────────────────────────────────────────────╮
│ Field │ TypeNullDefault │ Extra │
│ String │ String │ String │ String │ String │
├──────────┼──────────────────┼────────┼─────────┼────────┤
│ keywords │ VARCHARNO'' │ │
│ reserved │ TINYINT UNSIGNEDNO0 │ │
╰─────────────────────────────────────────────────────────╯