I am creating a query
and my pull request
returned because the code tester considered that OR
is not good for table relationships.
Example:
FROM LEFT JOIN administracao.cidade cid
ON (cid.cid_cd_cidade = cec.cec_cd_cidade)
OR (cid.cid_cd_cidade = cli.cli_cd_cidade)
What would you recommend instead?