create table test(name varchar2(8), password varchar2(12));
comment on table test is '表备注';
comment on column  test.name is '字段备注';


久久不醉