Try the below query:
select hw.technicianid"Technicianid",a.first_name"Technician",sd.status"Status" from helpdeskcrew hw left join sduser sd on sd.userid=hw.technicianid left join aaauser a on a.user_id=sd.userid
Maljeev
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice
select hw.technicianid"Technicianid",a.first_name"Technician",sd.status"Status" from helpdeskcrew hw left join sduser sd on sd.userid=hw.technicianid left join aaauser a on a.user_id=sd.userid
Maljeev
SDP Support - FAQ
ServiceDesk Plus - Help Desk Software of your Choice