PDC_REPORT_CreazioneDB/sql/tablesTestbes/C6Mart_TB_S178IndicatoriEsitoAdeguatezza_Note.sql
2025-06-09 19:17:49 +02:00

7 lines
198 B
Transact-SQL

CREATE TABLE [C6Mart].[TB_S178IndicatoriEsitoAdeguatezza_Note] (
[Ordine] smallint NULL,
[Indicatore] varchar(100) NULL,
[Adeguato] varchar(5) NULL,
[DescrizioneEsito] varchar(1000) NULL
)
GO