PDC_REPORT_CreazioneDB/sql/Produzione/tabelle/dbo_CFRfaNostriOtt.sql
2025-06-10 15:29:00 +02:00

5 lines
110 B
Transact-SQL

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