AI command
The AI command lets you run natural language requests directly in the SQL Editor. Just type @ai with your question,
and Team Edition will generate and execute the SQL for you.
Using AI command¶
To use the AI command:
- Activate the AI assistant.
- Open the SQL Editor.
-
Type your request using the
@aicommand.Example
@ai show all customers with invoices in the last month -
Execute the AI command. The results will appear in the Result panel.
Important
The AI command shows a confirmation for any risky query, including UPDATE, DELETE, and any DROP TABLE
operation. These commands always prompt you before execution.