Union Select problem

  • Thread starter Thread starter Michael Fanning
  • Start date Start date
M

Michael Fanning

I maintain two member databases and need to combine them without duplicates
to send out newsleters. Up to last month this worked fine using the Union
Select statement. This month when I use the same query I don't filter out
any duplicates. The only difference is that one if the tables in the query
was created by importing an .xls file rather than the .csv file I have
previously imported. Could this make a difference? What else could cause
exact duplicate records to appear in the Union Select query?
 
Probably you have extra spaces, or some other characters, which are not
visible (tab for example).
 
How can I identify these extra spaces or invisible characters?
Thanks for your help, Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top