SELECT l.sock, r.sock FROM socks r, socks l WHERE l.sock LIKE r.sock and l.sock <> r.sock LIMIT 1;