Posts
Sort by recent activity
Copy Table with Self-Join - bug report?
I have a table "Breed" that is a self-referencing table (PK = BreedId, ParentBreedId is FK to BreedId).
I am using the Copy table functionality to copy a list of breeds from a source table to the t...