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


久久不醉