Subject | Re: [firebird-support] Record null on default '0' |
---|---|
Author | Nick Upson |
Post date | 2011-05-24T13:24:14Z |
On 24 May 2011 14:19, <allies_xposs@...> wrote:
are unchanged and so will contain null
> @martijn,if the field was added after some of the data was present, those rows
>
> Yes, my structure with default '0',
> But at my application command is:
> ' insert into default_test (id)
> values (1);'
>
>
> Not :
> insert into default_test(id, deffed)
> values (2, null);
>
>
> But in data have null, but just 3% from all data.
>
> Thanks
>
> Regard
>
> Allies xposs
are unchanged and so will contain null