DOCS: Fix anchor and example typos
This commit is contained in:
parent
303ae25a6a
commit
43f80fa82b
|
@ -1,6 +1,6 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="basic"]
|
[testenv="basic"]
|
||||||
[[sql-index-pattern]]
|
[[sql-index-patterns]]
|
||||||
== Index patterns
|
== Index patterns
|
||||||
|
|
||||||
{es-sql} supports two types of patterns for matching multiple indices or tables:
|
{es-sql} supports two types of patterns for matching multiple indices or tables:
|
||||||
|
|
|
@ -12,7 +12,7 @@ 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
|
||||||
<2> SQL LIKE pattern
|
<2> SQL LIKE pattern
|
||||||
|
|
||||||
See <<sql-index-pattern, index patterns>> for more information about
|
See <<sql-index-patterns, index patterns>> for more information about
|
||||||
patterns.
|
patterns.
|
||||||
|
|
||||||
.Description
|
.Description
|
||||||
|
|
|
@ -12,7 +12,7 @@ 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
|
||||||
<2> SQL LIKE pattern
|
<2> SQL LIKE pattern
|
||||||
|
|
||||||
See <<sql-index-pattern, index patterns>> for more information about
|
See <<sql-index-patterns, index patterns>> for more information about
|
||||||
patterns.
|
patterns.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -167,8 +167,8 @@ SHOW TABLES "*,-l*";
|
||||||
---------------+---------------
|
---------------+---------------
|
||||||
emp |BASE TABLE
|
emp |BASE TABLE
|
||||||
employees |ALIAS
|
employees |ALIAS
|
||||||
|
|
||||||
// end:showTablesEsMultiIndex
|
// end::showTablesEsMultiIndex
|
||||||
;
|
;
|
||||||
|
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue