79583699

Date: 2025-04-20 20:00:13
Score: 1
Natty:
Report link

You can try following query

SELECT ut.usr_uid, ut.usr_lastname, ut.usr_firstname, nd.nd_abletoplay
FROM usertable AS ut
LEFT JOIN namedown AS nd
    ON ut.usr_uid = nd.nd_playeruid AND nd.nd_matchuid = 869;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdul Rashid