|
Posted by Peter Neumaier on 01/23/06 12:56
Hi!
I'm wondering whether it's possible to set up the MS SQL function
ISNULL() as a default value to avoid NULL entries when importing data
into a table?!
For example, I want the column1, to have a 0 (zero) as default value,
when entering/importing data: isnull("column1",0)
I remember that it is possible to set up with a date function like
now(), having for each record the current time as default value. Is
that also with isnull() somehow possible?
Thx a lot!
Peter
Navigation:
[Reply to this message]
|