[DOCS] Remove inline callouts in SQL Command docs for Asciidoctor migration (#41276)

This commit is contained in:
James Rodewig 2019-04-22 06:22:41 -07:00
parent 490ad2af46
commit 3c60f967af
4 changed files with 13 additions and 5 deletions

View File

@ -6,7 +6,9 @@
.Synopsis .Synopsis
[source, sql] [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 <1> single table identifier or double quoted es multi index
@ -16,7 +18,9 @@ or
[source, sql] [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 <1> single table identifier or double quoted es multi index

View File

@ -6,7 +6,9 @@
.Synopsis .Synopsis
[source, sql] [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 <1> single table identifier or double quoted es multi index

View File

@ -6,7 +6,7 @@
.Synopsis .Synopsis
[source, sql] [source, sql]
---- ----
SHOW FUNCTIONS [ LIKE pattern<1>? ]? SHOW FUNCTIONS [LIKE pattern?]? <1>
---- ----
<1> SQL match pattern <1> SQL match pattern

View File

@ -6,7 +6,9 @@
.Synopsis .Synopsis
[source, sql] [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 <1> single table identifier or double quoted es multi index