PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/dbo_SubscribedCustomer_ComparedResults_20160906.sql
2025-06-10 15:29:00 +02:00

8 lines
228 B
Transact-SQL

CREATE TABLE [dbo].[SubscribedCustomer_ComparedResults_20160906] (
[ID] int NOT NULL IDENTITY(1,1),
[Rete] nchar(16) NULL,
[FiscalCode] nchar(32) NULL,
[DateOfMonitoring] datetime NULL,
[Description] nchar(256) NULL
)
GO