4 lines
91 B
Transact-SQL
4 lines
91 B
Transact-SQL
CREATE TABLE [dbo].[RenatoApportiNegativiAprile2013] (
|
|
[CODFIS] nvarchar(255) NULL
|
|
)
|
|
GO |