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

7 lines
176 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[statistiche_app_rendicontazione] (
[id] int NULL,
[descrizione] varchar(255) NULL,
[numero] int NULL,
[tipo_consul] varchar(16) NULL
)
GO