2025-06-25 11:25:55 +02:00

5 lines
98 B
Transact-SQL

CREATE TABLE [dbo].[verifica_trim] (
[rete] char(1) NULL,
[cod_fiscale] varchar(16) NULL
)
GO