Subject | Re: [firebird-support] Why I cannot add a primary key? |
---|---|
Author | W O |
Post date | 2011-07-22T08:56:48Z |
No, I don't forget, I had added values to all of its rows.
SELECT * FROM DEPARTMENTS
shows not nulls.
Greetings.
Walter.
I think the problem might be that you added the new column, but forgot to
SELECT * FROM DEPARTMENTS
shows not nulls.
Greetings.
Walter.
I think the problem might be that you added the new column, but forgot to
> update it to a value in the rows that already existed. Firebird never[Non-text portions of this message have been removed]
> auto-fills added columns.
>
> ./heLen
>