2025-06-26 18:47:11 +02:00

4 lines
71 B
Transact-SQL

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