CREATE TABLE [dbo].[appovisibili] (
	[rete] char(1) NOT NULL,
	[codicefiscale] varchar(16) NOT NULL,
	[idreport] int NOT NULL
)
GO