4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
CREATE TYPE [dbo].[IDList] AS TABLE(
|
|
[ID] [int] NULL
|
|
);
|
CREATE TYPE [dbo].[IDList] AS TABLE(
|
|
[ID] [int] NULL
|
|
);
|