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