DB/DB2
[ DB2 ] 시작키 지정
HEON.D
2023. 11. 27. 02:19
https://www.ibm.com/docs/en/db2-warehouse?topic=concepts-auto-numbering-identifier-columns
Auto numbering and identifier columns
An identity column provides a way for Db2® to automatically generate a unique numeric value for each row that is added to the table. When creating a table in which you must uniquely identify each row that will be added to the table, you can add an identit
www.ibm.com
시작값 지정
(START WITH 100)