-
Notifications
You must be signed in to change notification settings - Fork 156
remove duplicate content for certain SQL sections under Explore and Analyze #3117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ketkee-aryamane
merged 12 commits into
main
from
remove-and-redirect-duplicated-SQL-doc-pages
Sep 23, 2025
Merged
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
932f2fd
remove duplicate content for the section SQL langiage under Explore a…
ketkee-aryamane 7562b58
Merge branch 'main' into remove-and-redirect-duplicated-SQL-doc-pages
ketkee-aryamane bddfe75
remove duplicate content for the section Functions and Operators unde…
ketkee-aryamane 4909de5
Merge branch 'main' into remove-and-redirect-duplicated-SQL-doc-pages
ketkee-aryamane 0051951
remove duplicate content for the Reserved keywords and SQL Limitation…
ketkee-aryamane 46a3350
Merge remote-tracking branch 'origin/remove-and-redirect-duplicated-S…
ketkee-aryamane a2e831b
Merge branch 'main' into remove-and-redirect-duplicated-SQL-doc-pages
ketkee-aryamane 6fe8726
update comment in redirects file
ketkee-aryamane 1d18237
Update explore-analyze/query-filter/languages/sql.md
ketkee-aryamane 694222d
Merge branch 'main' into remove-and-redirect-duplicated-SQL-doc-pages
ketkee-aryamane 48a519d
Update explore-analyze/query-filter/languages/sql-concepts.md
ketkee-aryamane a44ac63
Merge branch 'main' into remove-and-redirect-duplicated-SQL-doc-pages
ketkee-aryamane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ If security is enabled on your cluster, you can pass the username and password i | |
$ ./bin/elasticsearch-sql-cli https://sql_user:[email protected]:9200 | ||
``` | ||
|
||
Once the CLI is running you can use any [query](sql-spec.md) that Elasticsearch supports: | ||
Once the CLI is running you can use any [query](elasticsearch://reference/query-languages/sql/sql-spec.md) that Elasticsearch supports: | ||
|
||
```sql | ||
sql> SELECT * FROM library WHERE page_count > 500 ORDER BY page_count DESC; | ||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 0 additions & 108 deletions
108
explore-analyze/query-filter/languages/sql-data-types.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.