PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_reportDainserire_recupero.sql
2025-06-09 19:17:49 +02:00

8 lines
205 B
Transact-SQL

CREATE TABLE [dbo].[reportDainserire_recupero] (
[identificativo] int NOT NULL,
[rete] char(1) NOT NULL,
[cliente] varchar(16) NOT NULL,
[tiporeport] varchar(50) NOT NULL,
[data] datetime NULL
)
GO