Insert default value in insert from OPENJSON in SQL Server
I’m creating a stored procedure to add in a table the data from a json. The table has an ID
defined as uniqueidentifier
and a CreatedAt
defined as datetime
.
I’m creating a stored procedure to add in a table the data from a json. The table has an ID
defined as uniqueidentifier
and a CreatedAt
defined as datetime
.