Expand description
LINT_CV_012: JOIN condition convention.
Plain JOIN clauses without ON/USING should use explicit join predicates,
not implicit relationships hidden in WHERE.
LINT_CV_012: JOIN condition convention.
Plain JOIN clauses without ON/USING should use explicit join predicates,
not implicit relationships hidden in WHERE.