G
Guest
I am trying to set a default value to a numeric field, using a SQL script(it has to be that way), but I always get a synthax error
alter table Table1 add Field1 float DefaultValue =
Has someone got a solution to this problem?
alter table Table1 add Field1 float DefaultValue =
Has someone got a solution to this problem?