5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
![]() |
[source,sql]
|
||
|
----
|
||
|
IF @x > 0 SET @x = 0; IF @y > 0 SET @y = 0; -- Noncompliant
|
||
|
----
|