2025-06-10 15:29:00 +02:00

4 lines
71 B
Transact-SQL

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