CREATE TABLE [dbo].[verificafc_NoRapp] ( [rete] varchar(1) NOT NULL, [cod_fiscale] varchar(16) NOT NULL, [ctv] decimal(38,3) NULL ) GO