SyntaxFix
Write A Post
Hire A Developer
Questions
CREATE TABLE Table1 ( id int identity(1, 1) NOT NULL, Somecolmn varchar (5), LastChanged [timestamp] NOT NULL)
this works for mssql 2012
INSERT INTO Table1 VALUES('hello',DEFAULT)