SyntaxFix
Write A Post
Hire A Developer
Questions
To insert the default values you should omit them something like this :
Insert into Table (Field2) values(5)
All other fields will have null or their default values if it has defined.