CREATE TABLE [dbo].[appo_freq2] (
	[rete] char(1) NULL,
	[cod_fiscale] varchar(16) NULL,
	[freq_diagnosi] varchar(512) NULL
)
GO