RCRock
Right there with Babe
Points: 718
More actions
November 13, 2008 at 7:04 am
#99366
I have a table with identity column(Only one column in that table) seed 1
Write SQL code to insert a row into that table.
Please provide me the query.
Madhivanan-208264
SSCertifiable
Points: 7516
November 13, 2008 at 7:20 am
#898069
tochaturvedi (11/13/2008)I have a table with identity column(Only one column in that table) seed 1Write SQL code to insert a row into that table.Please provide me the query.
tochaturvedi (11/13/2008)
insert into table_name default values
Failing to plan is Planning to fail
November 13, 2008 at 7:43 am
#898088
Thanks 🙂
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply