* Restructuring TOC Signed-off-by: Fanit Kolchina <[email protected]> * Resolve merge conflicts Signed-off-by: Fanit Kolchina <[email protected]> * More foundational rewrites of ML Signed-off-by: Fanit Kolchina <[email protected]> * TOC restructure Signed-off-by: Fanit Kolchina <[email protected]> * Rename and rewrite search pages and add keyword search Signed-off-by: Fanit Kolchina <[email protected]> * Small wording change Signed-off-by: Fanit Kolchina <[email protected]> * Small wording change Signed-off-by: Fanit Kolchina <[email protected]> * Updated response Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Small rewording Signed-off-by: Fanit Kolchina <[email protected]> * Move neural search to top of vector search list Signed-off-by: Fanit Kolchina <[email protected]> * Change terminology Signed-off-by: Fanit Kolchina <[email protected]> * Reorganize search methods list Signed-off-by: Fanit Kolchina <[email protected]> * Rename links Signed-off-by: Fanit Kolchina <[email protected]> * More link renames Signed-off-by: Fanit Kolchina <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> * Implemented editorial comments Signed-off-by: Fanit Kolchina <[email protected]> --------- Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]>
21 lines
936 B
Markdown
21 lines
936 B
Markdown
---
|
|
layout: default
|
|
title: SQL and PPL
|
|
nav_order: 230
|
|
has_children: true
|
|
has_toc: false
|
|
redirect_from:
|
|
- /search-plugins/sql/index/
|
|
---
|
|
|
|
# SQL and PPL
|
|
|
|
OpenSearch SQL lets you write queries in SQL rather than the [OpenSearch query domain-specific language (DSL)]({{site.url}}{{site.baseurl}}/opensearch/query-dsl/full-text/).
|
|
|
|
## Next steps
|
|
|
|
- Learn about the [SQL and PPL API]({{site.url}}{{site.baseurl}}/search-plugins/sql/sql-ppl-api/).
|
|
- Learn about [using SQL within OpenSearch]({{site.url}}{{site.baseurl}}/search-plugins/sql/sql/index/).
|
|
- Learn about [using PPL within OpenSearch]({{site.url}}{{site.baseurl}}/search-plugins/sql/ppl/index/).
|
|
- Learn about [using Query Workbench for SQL and PPL queries within OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/query-workbench/).
|
|
- Learn more about OpenSearch SQL in the [Developer Guide](https://github.com/opensearch-project/sql/blob/main/DEVELOPER_GUIDE.rst). |