Torna al Thread

CREATE TABLE [dbo].[Ctt4]( [id] [int] IDENTITY(1,1) NOT NULL, [anno] [int] NULL, [codcomune] [int] NOT NULL, [codcategoria] [int] NULL, [totstrutture] [int] NULL, [totcamere] [int] NULL, [totletti] [int] NULL, [totbagni] [int] NULL, CONSTRAINT [PK_Ctt4] PRIMARY KEY CLUSTERED ( [id] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY]
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5