D
DV
When I take two queries and put them together, without
using a join, I get a plethora of duplicates. Here's
what happens
Column1 Column2
Name1 Name4
Name2 Name4
Name3 Name4
Ideally, I would like it to look like...
Column1 Column2
Name1 Name4
Name2
Name3
Note: Even when using a join, I still get the same
problem.
using a join, I get a plethora of duplicates. Here's
what happens
Column1 Column2
Name1 Name4
Name2 Name4
Name3 Name4
Ideally, I would like it to look like...
Column1 Column2
Name1 Name4
Name2
Name3
Note: Even when using a join, I still get the same
problem.