Skip to content

官当

1.创建

describe

sql
ch_accesslog :) describe t_student;

DESCRIBE TABLE t_student

Query id: 085b0061-d7ff-485f-ad1a-fc612497e0dc

┌─name───┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ id     │ Int32  │              │                    │         │                  │                │
name   │ String │              │                    │         │                  │                │
│ age    │ Int32  │              │                    │         │                  │                │
│ heigth │ Int32  │              │                    │         │                  │                │
└────────┴────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘

4 rows in set. Elapsed: 0.002 sec.
ch_accesslog :) describe t_student;

DESCRIBE TABLE t_student

Query id: 085b0061-d7ff-485f-ad1a-fc612497e0dc

┌─name───┬─type───┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ id     │ Int32  │              │                    │         │                  │                │
name   │ String │              │                    │         │                  │                │
│ age    │ Int32  │              │                    │         │                  │                │
│ heigth │ Int32  │              │                    │         │                  │                │
└────────┴────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘

4 rows in set. Elapsed: 0.002 sec.