赞
踩
- select 'create sequence username.' || SEQUENCE_NAME || ' minvalue ' ||
- MIN_VALUE || ' maxvalue ' || MAX_VALUE || ' start with ' ||
- LAST_NUMBER || ' increment by ' || INCREMENT_BY || ' cache ' ||
- CACHE_SIZE || ' ;'
- from dba_sequences
- where SEQUENCE_OWNER = 'SAAS';
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。