Subject | Re: Unable to re-create foreign key |
---|---|
Author | Ed Dressel |
Post date | 2006-11-15T13:50:59Z |
> TryThanks--that got it. I will now sleep better. Much appreciated.
> select child.PK, child.ProblemColumn, parent.PK from child
> left join parent on parent.PK = child.ProblemColumn
> where parent.PK is null
Ed Dressel