Thursday, May 19, 2016

Getting values from table contains only one identity column

CREATE TABLE Test
(ID IDENTITY(1,1) INT NOT NULL)

INSERT INTO Test Default Values

No comments:

Post a Comment