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