On 22 Jul 2003 at 9:29, VanL wrote:
> Put another way, how can I set a (domain_name, mid) UNIQUE constraint?
Set the two fields non-NULL and create a composite unique index on them. That's
what a primary key enforces.
Bye
Shridhar
--
Newton's Little-Known Seventh Law: A bird in the hand is safer than one
overhead.