rspec/rules/S4062/plsql/comments-and-links.adoc

16 lines
550 B
Plaintext

=== on 27 Jun 2017, 15:57:56 Pierre-Yves Nicolas wrote:
\[~ann.campbell.2] The title may be misleading. Some other possibilities:
* "ROWNUM should not be used at the same query level as ORDER BY"
* or "ROWNUM should not be used with ORDER BY without a subquery"
=== on 27 Jun 2017, 16:09:55 Ann Campbell wrote:
\[~pierre-yves.nicolas]: "ORDER BY" should not be applied to queries that use "ROWNUM"
?
=== on 27 Jun 2017, 16:26:11 Pierre-Yves Nicolas wrote:
\[~ann.campbell.2] "ORDER BY should not be applied on top of a ROWNUM-based WHERE"? :)