Hello,

I have a SELECT INTO query and want to know how it works since I got an error all of sudden saying "You can't delete a table 'ABC': It is participating in one or more relationships. You have to delete the relationship."

My query is like:
SELECT ABC.* INTO ABC IN another_database FROM ABC

Could someone explain the error?

Thanks,