Subject RE: [firebird-support] Re: check if a select return value
Author Alan McDonald
> When I don't assign any value to a variable, the default value for
> integer are null ? and for varchar? where can I see the default value
> for the types?
>

For all datatypes - if you do not assign a value, their state is null - this
is not a default value since null is a state - not a value
Alan