`SELECT * FROM known_hosts AS k LEFT JOIN users AS...
# general
j
SELECT * FROM known_hosts AS k LEFT JOIN users AS u ON k.uid = u.uid;