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

4 lines
71 B
Transact-SQL

CREATE TABLE [dbo].[temp_promotori] (
[agente] varchar(7) NULL
)
GO