CREATE TABLE [dbo].[DOPPIO_PROG_LIQ] ( [rete] varchar(1) NOT NULL, [cod_fiscale] varchar(16) NOT NULL, [ordinamento_progetto] int NULL ) GO