[DOCS] Remove inline callouts in SQL Command docs for Asciidoctor migration (#41276)
This commit is contained in:
parent
490ad2af46
commit
3c60f967af
|
@ -6,7 +6,9 @@
|
|||
.Synopsis
|
||||
[source, sql]
|
||||
----
|
||||
DESCRIBE [table identifier<1> | [LIKE pattern<2>]]
|
||||
DESCRIBE
|
||||
[table identifier | <1>
|
||||
[LIKE pattern]] <2>
|
||||
----
|
||||
|
||||
<1> single table identifier or double quoted es multi index
|
||||
|
@ -16,7 +18,9 @@ or
|
|||
|
||||
[source, sql]
|
||||
----
|
||||
DESC [table identifier<1>|[LIKE pattern<2>]]
|
||||
DESC
|
||||
[table identifier | <1>
|
||||
[LIKE pattern]] <2>
|
||||
----
|
||||
|
||||
<1> single table identifier or double quoted es multi index
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
.Synopsis
|
||||
[source, sql]
|
||||
----
|
||||
SHOW COLUMNS [ FROM | IN ]? [ table identifier<1> | [ LIKE pattern<2> ] ]
|
||||
SHOW COLUMNS [ FROM | IN ]?
|
||||
[table identifier | <1>
|
||||
[LIKE pattern] ] <2>
|
||||
----
|
||||
|
||||
<1> single table identifier or double quoted es multi index
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.Synopsis
|
||||
[source, sql]
|
||||
----
|
||||
SHOW FUNCTIONS [ LIKE pattern<1>? ]?
|
||||
SHOW FUNCTIONS [LIKE pattern?]? <1>
|
||||
----
|
||||
|
||||
<1> SQL match pattern
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
.Synopsis
|
||||
[source, sql]
|
||||
----
|
||||
SHOW TABLES [ table identifier<1> | [ LIKE pattern<2> ] ]?
|
||||
SHOW TABLES
|
||||
[table identifier | <1>
|
||||
[LIKE pattern ]]? <2>
|
||||
----
|
||||
|
||||
<1> single table identifier or double quoted es multi index
|
||||
|
|
Loading…
Reference in New Issue