CREATE TABLE [C6Mart].[Contratti_Da_Escludere_bkp] (
	[rete] char(1) NULL,
	[cod_fiscale] varchar(16) NULL,
	[periodico] char(2) NULL
)
GO