CREATE TABLE [C6MartPeriodico].[TB_Campione_GB_1] ( [rete] char(1) NULL, [cod_fiscale] nvarchar(32) NULL, [flag_stampa] int NULL DEFAULT ((1)) ) GO