2025-06-10 15:29:40 +02:00

13 lines
321 B
Transact-SQL

CREATE TABLE [C6Mart].[ANAG_SELF] (
[Rete] char(1) NULL,
[CodFis] char(16) NULL,
[CodConf] char(11) NULL,
[NomeProdotto] char(128) NULL,
[Ctv] decimal(15,2) NULL,
[DataSott] datetime NULL,
[ID_ELAB] int NULL,
[TIPO_ELAB] varchar(1) NULL,
[CodInterno] varchar(18) NULL,
[CodSottoprodotto] varchar(5) NULL
)
GO