By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
select @@version;
(No column name) |
---|
Microsoft SQL Server 2019 (RTM-CU1) (KB4527376) - 15.0.4003.23 (X64) Dec 6 2019 14:53:33 Copyright (C) 2019 Microsoft Corporation Express Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: ) (Hypervisor) |
CREATE TABLE [dbo].[MyTable](
[IdP] [int] NULL,
[a] [time](0) DEFAULT '08:00:00',
[b] [int] DEFAULT 1,
[c] [int] DEFAULT 0,
[d] [nvarchar](5) NULL
) ON [PRIMARY]
Select * from [dbo].[MyTable]
IdP | a | b | c | d |
---|