clob
最近更新时间: 2025-02-18 16:02:00
postgres=# create table t_clob(f1 int,f2 clob);
CREATE TABLE
postgres=# \d t_clob
Table "public.t_clob"
Column | Type | Collation | Nullable | Default
--------+---------+-----------+----------+---------
f1 | integer | | not null |
f2 | clob | | |
TDSQL PG的clob类型支持最大长度为1G。