Skip to content

Commit c9b9aa6

Browse files
committed
[DOCS] Vertically align callouts
1 parent a8cea08 commit c9b9aa6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/reference/sql/language/syntax/commands/describe-table.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
----
99
DESCRIBE
1010
[table identifier | <1>
11-
[LIKE pattern]] <2>
11+
[LIKE pattern]] <2>
1212
----
1313

1414
<1> single table identifier or double quoted es multi index
@@ -20,7 +20,7 @@ or
2020
----
2121
DESC
2222
[table identifier | <1>
23-
[LIKE pattern]] <2>
23+
[LIKE pattern]] <2>
2424
----
2525

2626
<1> single table identifier or double quoted es multi index

docs/reference/sql/language/syntax/commands/show-columns.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
----
99
SHOW COLUMNS [ FROM | IN ]?
1010
[table identifier | <1>
11-
[LIKE pattern] ] <2>
11+
[LIKE pattern] ] <2>
1212
----
1313

1414
<1> single table identifier or double quoted es multi index

docs/reference/sql/language/syntax/commands/show-functions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.Synopsis
77
[source, sql]
88
----
9-
SHOW FUNCTIONS [LIKE pattern?]?<1>
9+
SHOW FUNCTIONS [LIKE pattern?]? <1>
1010
----
1111

1212
<1> SQL match pattern

docs/reference/sql/language/syntax/commands/show-tables.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
----
99
SHOW TABLES
1010
[table identifier | <1>
11-
[LIKE pattern ]]? <2>
11+
[LIKE pattern ]]? <2>
1212
----
1313

1414
<1> single table identifier or double quoted es multi index

0 commit comments

Comments
 (0)