CREATE TABLE [dbo].[appotodel] (
	[rete] char(1) NOT NULL,
	[codicefiscale] varchar(50) NOT NULL
)
GO