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

5 lines
93 B
Transact-SQL

CREATE TABLE [dbo].[R6Report_20180904] (
[id] int NOT NULL,
[nome] varchar(50) NULL
)
GO