Insert default value[s] in a table






4.25/5 (5 votes)
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 valuesAlso this could be used for many columns in a table defining with default constraints. Thanks Mehul Thakkar