If using the SQL method, then add this to the WHERE clause:
and a.username like '%<username>%'
For example:
and a.username like '%ben.perry%'
Or of course you can just look through the original output list of all users for the user. Might be difficult for many users though. So adding that WHERE clause would be useful.