SQL: [docs] Add beta[] markup to all SQL pages (#36471)

Closes: #36437
This commit is contained in:
Marios Trivyzas 2018-12-11 12:29:44 +02:00
parent d01b30acba
commit 031d0566b0
No known key found for this signature in database
GPG key ID: 8817B46B0CF36A3F
34 changed files with 75 additions and 9 deletions

View file

@ -3,6 +3,8 @@
[[sql-functions-conditional]]
=== Conditional Functions
beta[]
Functions that return one of their arguments by evaluating in an if-else manner.
[[sql-functions-conditional-coalesce]]