This commit is contained in:
Ivan Blinkov 2018-08-10 10:40:14 +03:00
parent 1771d78516
commit 1328e498d1

View File

@ -9,7 +9,7 @@
## multiIf
Позволяет более компактно записать оператор [CASE](../operators/index.html#operator_case) в запросе.
Позволяет более компактно записать оператор [CASE](../operators.md#operator_case) в запросе.
```
multiIf(cond_1, then_1, cond_2, then_2...else)