PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/C6MartPeriodico_anag_self_bkp.sql
2025-06-10 15:29:00 +02:00

10 lines
237 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[anag_self_bkp] (
[Rete] char(1) NULL,
[CodFis] char(16) NULL,
[CodConf] char(11) NULL,
[Ctv] decimal(15,2) NULL,
[DataSott] decimal(9,0) NULL,
[ID_ELAB] int NULL,
[TIPO_ELAB] varchar(1) NULL
)
GO