rspec/rules/S1493/sensitive.adoc
2020-12-21 15:38:52 +01:00

10 lines
212 B
Plaintext

== Sensitive Code Example
----
SELECT (select_clause)
FROM (from_clause) CLIENT SPECIFIED INTO <fs>
WHERE (where_clause)
GROUP BY (groupby_clause) HAVING (having_clause)
ORDER BY (orderby_clause).
----