How to delete records of one table that exist in another table have no keys?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anoop s
    New Member
    • Feb 2011
    • 16

    How to delete records of one table that exist in another table have no keys?

    I want to delete records of one table that exist in another table. The tables have no primary key. It will take a lot of time compare field by field. Is there any method record by record comparison and deletion
  • gpl
    New Member
    • Jul 2007
    • 152

    #2
    Do you have the authority to add the keys ? If so,add them

    If not, post the table structures and the rule for deletion

    Comment

    • ck9663
      Recognized Expert Specialist
      • Jun 2007
      • 2878

      #3
      How do you know it exists on the other table then? To say it also exists in the other table means there's similarities between the two records in different table. Use those similarities as your link to delete the records.

      Good Luck!!!

      ~~ CK

      Comment

      Working...