Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
acex10
Starting Member
13 Posts |
Posted - 2005-01-05 : 01:50:05
|
Hello!If I create a field in Access, I am able to set it to default value = 0 Manually.If i use this statement... "ALTER TABLE Stats Add "userName" 1 Number " , the default value is "" How do I set it to a default value of 0?Any Ideas? |
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2005-01-05 : 05:40:17
|
can't answer...however there's no need to double-posthttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=44271 |
 |
|
|
|
|