DB2创建序列Sequence:createsequenceseq_abin17_idasintegerstartwith 1increment by 1minvalue 1maxvalue 999999cache 20order;中 cache 20是什么意思
缓存20个序列数,默认值为20.