
Co-authored-by: Amélie Renard <44666826+amelie-renard-sonarsource@users.noreply.github.com>
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
[source,sql]
|
|
----
|
|
SELECT IIF(@status = 'RUNNING', 'Running', IIF(@hasError, 'Failed', 'Succeeded')) -- Noncompliant
|
|
----
|