select * from admin left join role on role.role_id in (select role_id from admin where admin_id = admin.admin_id);