Link to home
Start Free TrialLog in
Avatar of Joel_Sisko
Joel_SiskoFlag for United States of America

asked on

PostgreSQL Delete records...

Dear Experts,

I have a table that contains all the members I want to delete from my database using the userIDs as the identifier. I need a SQL operation that will take all the userID from the table deleteusers and delete all the corresponding records from another table called allusers that has a corresponding userID.



Joel
ASKER CERTIFIED SOLUTION
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Joel_Sisko

ASKER

Awesome thanks.
Glad to help,
Regards,