rspec/rules/S122/tsql/noncompliant.adoc

5 lines
83 B
Plaintext
Raw Permalink Normal View History

2023-06-16 15:38:45 +02:00
[source,sql]
----
IF @x > 0 SET @x = 0; IF @y > 0 SET @y = 0; -- Noncompliant
----