sql server - Which one is a valid create table Sql Statement and why? -
query 1
create table [dbo].[vararray[]](column int) go begin tran insert vararray(i) select 1 rollback go while(1=1)]( [column] [int] null ) on [primary]
query 2
create table [dbo].[vararray](column int) go begin tran insert vararray(i) select 1 rollback go while(1=1)]( [column] [int] null ) on [primary]
this asked whil on sqlservercentral variable array table.
there full explanation @ topic.
why asking question here. have tried running yourself?
Comments
Post a Comment