Activity overview
Latest activity by xhead
However, if I understand your requirement correctly you want to have your data grouped. so you have multiple values the same.
No, I was only using the GROUP BY query as an assertion that the data was populated correctly. It was my "unit test" to be executed after the data generation was completed.
The original requirement was to copy the data from one table to the other, with no changes. / comments
However, if I understand your requirement correctly you want to have your data grouped. so you have multiple values the same.
No, I was only using the GROUP BY query as an assertion that the d...
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...