how to import all lines from table even if identical

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a query that imports lines from tables that contain identical
data, how can I be sure they are not overwriting each other?
 
ebeth said:
I am working on a query that imports lines from tables that contain
identical data, how can I be sure they are not overwriting each other?

Unless you have primary keys or unique indexes in the target table that
prohibit it, the duplicates should be imported just fine.
 

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