rspec/rules/S1493/compliant.adoc
2022-02-04 16:28:24 +00:00

9 lines
113 B
Plaintext

== Compliant Solution
[source,text]
----
SELECT *
FROM db_persons INTO us_persons
WHERE country IS 'US'.
----