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

5 lines
114 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[stato_report] (
[id_stato] tinyint NULL,
[descrizione] varchar(255) NULL
)
GO