bogon :) show databases; ┌─name───────────────────────────┐ │ _temporary_and_external_tables │ │ default │ │ system │ │ test │ └────────────────────────────────┘ bogon :) show tables; ┌─name───────────────────────────┐ │ aggregate_function_combinators │ │ asynchronous_metrics │ │ users │ └────────────────────────────────┘ bogon :) desc aggregate_function_combinators ┌─name────────┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐ │ name │ String │ │ │ │ │ │ │ is_internal │ UInt8 │ │ │ │ │ │ └─────────────┴────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘