How can we help you today? How can we help you today?

[sys].[internal_tables] instead of int

I wanted to type
create table [Users-Privilages]
( PrvilageId int,userid int)


but I got
create table [Users-Privilages]
( PrvilageId int,userid [sys].[internal_tables])
dineshasanka
0

Add comment

Please sign in to leave a comment.