2025-06-10 12:17:03 +02:00

5 lines
84 B
Transact-SQL

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