Ver originalSELECT * FROM tabla1 LEFT JOIN tabla2 USING(codigo) WHERE identificacion='123' OR identificacion IS NULL;