65.9K
CodeProject is changing. Read more.
Home

Insert default value[s] in a table

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.25/5 (5 votes)

Dec 30, 2009

CPOL
viewsIcon

7206

I was facing the problem of inserting a default value on single column table and I have achieved via this way.insert into > default valuesAlso this could be used for many columns in a table defining with default constraints.ThanksMehul Thakkar

I was facing the problem of inserting a default value on single column table and I have achieved via this way.
insert into <<tablename>> default values
Also this could be used for many columns in a table defining with default constraints. Thanks Mehul Thakkar