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