ALTER TABLE AAA ADD A VARCHAR2(32);
comment on column AAA.A is '新增字段A';
查看oracle的版本
select * from v$version;