Docs: Drop last inline callouts
Drops some inline callouts that snuck into 7.x. We're doings this in preparation for switching the elasticsearch reference to asciidoctor which doesn't support them.
This commit is contained in:
parent
48a17d5768
commit
d1a3ae2268
|
@ -229,7 +229,9 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[ifNullReturnSecond]
|
|||
.Synopsis:
|
||||
[source, sql]
|
||||
----
|
||||
IIF(expression<1>, expression<2>, [expression<3>])
|
||||
IIF(expression, <1>
|
||||
expression, <2>
|
||||
[expression]) <3>
|
||||
----
|
||||
|
||||
*Input*:
|
||||
|
|
Loading…
Reference in New Issue