зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
7 строки
82 B
Plaintext
7 строки
82 B
Plaintext
(case
|
|
when predicate1 then val1
|
|
when predicate2 then val2
|
|
...
|
|
else else-val
|
|
)
|