oracle unique constraint when not null on column defined null on table
Hello,
I have table P(p number not null,q number(38) NULL);
I want to create unique constraint when q is not null.
Will you please let me know syntax to achieve it ?
Thanks,
ms
0