DOCS: Fix anchor and example typos
This commit is contained in:
parent
303ae25a6a
commit
43f80fa82b
|
@ -1,6 +1,6 @@
|
|||
[role="xpack"]
|
||||
[testenv="basic"]
|
||||
[[sql-index-pattern]]
|
||||
[[sql-index-patterns]]
|
||||
== Index patterns
|
||||
|
||||
{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
|
||||
<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.
|
||||
|
||||
.Description
|
||||
|
|
|
@ -12,7 +12,7 @@ SHOW TABLES [ table identifier<1> | [ LIKE pattern<2> ] ]?
|
|||
<1> single table identifier or double quoted es multi index
|
||||
<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.
|
||||
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@ SHOW TABLES "*,-l*";
|
|||
emp |BASE TABLE
|
||||
employees |ALIAS
|
||||
|
||||
// end:showTablesEsMultiIndex
|
||||
// end::showTablesEsMultiIndex
|
||||
;
|
||||
|
||||
///////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue