I have been trying to understand what the WITH VALUES
statement does?
I cant seem to find any documentation that explains it properly.
ALTER TABLE Table1
ADD newGuidId UniqueIdentifier NULL CONSTRAINT DF_Guid Default newid()
with values
question from:
https://stackoverflow.com/questions/18680974/with-values-tsql 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…