本页目录
具体操作,请参见全局序列管理。
具体操作,请参见DDL语句执行。
/*序列创建语句*/ seqop @@addseq name='test_sequence' and value='2' and increment='1000' and min='2' and max='100000' and isCycle='false';
/*序列删除语句*/ seqop @@deleteseq name='test_sequence';
鼠标选中文档,精准反馈问题
选中存在疑惑的内容,即可快速反馈问题,我们会跟进处理
知道了