rspec/rules/S122/tsql/compliant.adoc
2023-06-16 13:38:45 +00:00

6 lines
67 B
Plaintext

[source,sql]
----
IF @x > 0 SET @x = 0;
IF @y > 0 SET @y = 0;
----