Hi everybody,
I have two tables,
table1
ID
name
surname
etc...
table2
ID
name
surname
The second table stores a list od people that have to be removed from the first table
How do I delete all records in table1 that have got same ID of records in table2 ?
I tried using a WHERE....IN(...) statement with no success
Thank you
Qatqat
The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)
I have two tables,
table1
ID
name
surname
etc...
table2
ID
name
surname
The second table stores a list od people that have to be removed from the first table
How do I delete all records in table1 that have got same ID of records in table2 ?
I tried using a WHERE....IN(...) statement with no success
Thank you
Qatqat
The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)