Please Anyone there
if any conditions or query
i need to delete the details are matching accroding to Table adl_auth_user A
id user_id type_id type_value
66428 1919 1 97
table user_details B
user_id first_name last_nam
1919 Rins TE Kola
table adl_user C
id email password
1919 email@DOMAIN.COM SOME PASSWORD
i want delete from these three
tables table1. user_id = table2.
> user_id and table1. user_id = table3.id
and group by
table1.type_id,table1.type_value