PDC_REPORT_CreazioneDB/sql/Produzione/tabelle/dbo_reportDainserire_recupero.sql
2025-06-10 15:29:00 +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