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

5 lines
98 B
Transact-SQL

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