Hi all,
If I create a unique constraint on two columns A, and B and B may be null. Will the constraint work?
Thanks and Regards
Printable View
Hi all,
If I create a unique constraint on two columns A, and B and B may be null. Will the constraint work?
Thanks and Regards
Yes, of course it will work.
Thank you very much