PDC_REPORT_CreazioneDB/sql/Testbes/tabelle/dbo_temp_promotori.sql
2025-06-10 15:29:40 +02:00

4 lines
71 B
Transact-SQL

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