摘要: 一、创建和使用序列 序列常用于新增记录时自动生成唯一标识符; 补充: id自增可以用: drop table tb03 ;create table tb03( id serial, name varchar(255)) distributed by (id) ; insert into tb03 ( 阅读全文
posted @ 2022-11-02 21:43 小王同学学编程 阅读(481) 评论(0) 推荐(0)
levels of contents