David Stanaway <david(at)stanaway(dot)net> wrote:
> In this case the row is ID (Case sensitive) so whenever
> you refer to it you must refer to it as "ID"
> ...
>
> > proba=# alter table tabla1 drop constraint ID not null;
>
> Here you refer to it as ID which is case folded to id and
> does not refer to the column named ID.
>
I tried it with "ID", but it doesn't work neither. :(
Why? What should I do?
THanx!
Bye!