Explain query using AI
Note
This feature is available in Lite, Enterprise, Ultimate and Team editions only.
You can use Explain Query using AI to quickly understand what your SQL query does. The LLM translates your SQL into plain language, helps you catch mistakes, and makes it easier to understand complex logic.
To use it:
- Activate the AI assistant.
- Open your query in the SQL Editor.
- Select the needed query text.
-
Right-click and choose Execute -> Explain Query using AI.
- Alternatively, from the menu bar, select SQL Editor -> Explain Query using AI.
Info
This opens the AI Chat with an explanation of the selected query. You can continue the conversation, ask follow-up questions, and iterate on the query with help from the LLM.