rspec/rules/S1571/cobol/rule.adoc

5 lines
236 B
Plaintext
Raw Normal View History

== Why is this an issue?
Using ``++UNION++`` in SQL ``++SELECT++`` statements should be avoided because it makes queries complex. Complex queries are generally not performant and are difficult to understand and therefore to maintain.