Delete Duplicate Records

  • Thread starter Thread starter Peter Nunez
  • Start date Start date
P

Peter Nunez

I need to use SQL to delete duplicate records in my table.

What is the syntax for this. My table name is Cause.

The field names are ErrKey, Cause, Description

Thanks, Peter
 
Use the Query Wizard to create a FIND DUPLICATE query.
Make sure it gives you what you want and then view its SQL
and work from there.
 

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