摘要: DB2 官方文档中并没有对此选项做出很好的解释,我们看看Oracle的这个选项:CREATE SEQUENCE command PURPOSE: To create a sequence. A sequence is a database object from which multiple users may generate unique integers. You can use sequences to automatically generate primary key values. SYNTAX: CREATE SEQUENCE [schema.]sequ... 阅读全文
posted @ 2013-01-10 02:01 胡.杰 阅读(1506) 评论(0) 推荐(0)