oracle中去掉某列重复的记录 1.准备测试表创建测试表create table temp_mul_tbl( id varchar2(20) primary key, name varchar2(50), age int);为表和字段添加注释comment on table temp_mul_tbl is '测试表';comment on colum