I have a question about sequence function in MSSQL.
First, I created a base table. Here is my code.
CREATE TABLE TEST2( SEQ int IDENTITY (1, 1) NOT NUL