不可以,不过你可以创建一个序列:create sequence aaa increment by 1 start with 100 nomaxvalue nocycle cache 1;然后insert into tab values(aaa.nextval);就可以将序列的号自动插入