CREATE TABLE [dbo].[CFRfaNostriOtt] (
	[cod_fiscale] varchar(16) NOT NULL,
	[rete] varchar(1) NOT NULL
)
GO