Oct 9, 2002 #1 lostris Technical User Joined Oct 9, 2002 Messages 6 Location US I can't find anywhere how to get a union query to stop duplicating entries.. any idea's?
Oct 9, 2002 #2 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA the simple solution is to write UNION ALL instead of UNION a deeper solution involves looking at the subqueries in the union to determine why they are giving duplicates rudy Upvote 0 Downvote
the simple solution is to write UNION ALL instead of UNION a deeper solution involves looking at the subqueries in the union to determine why they are giving duplicates rudy