5 lines
118 B
Transact-SQL
5 lines
118 B
Transact-SQL
CREATE TABLE [dbo].[R6_SezioneR6Capitolo_20180328_PreMifid] (
|
|
[IdSezione] int NULL,
|
|
[IdCapitoloPDF] int NULL
|
|
)
|
|
GO |