1 个回答
            
        创建普通分区表示例如下:
创建隐藏分区表示例如下:
create table if not exists test1.default.users(id int,name string,age int,loc string) using iceberg partitioned by loc)创建隐藏分区表示例如下:
create table if not exists test1.default.users(id int,name string,age int,loc string,cts timestamp) using iceberg partitioned by (years(cts))发布于:2年前 (2024-01-25) IP属地:未知
    
            我来回答
        
        
            您需要 登录 后回答此问题!
            
                    