AI Query Helper

LogicLoop's AI Query Helper is a tool that simplifies the process of querying data from a database. The tool has three functions, Query Explainer, Query Generator, and Query Fixer, which can help users understand and generate complex SQL queries in a matter of seconds.

The AI SQL Helper is currently only supported for SQL based datasources like MySQL, Postgres, Snowflake, Big Query, and Redshift. LogicLoop accounts come preloaded with a "Sample Postgres DB" you can use for testing.

AI Query Explainer

The Query Explainer is a feature that allows users to understand a SQL query in plain English. It helps users who are unfamiliar with SQL to understand what a query does without having to learn the SQL language.

To use Query Explainer, open the query you want explained. In the top right, select AI Query Helper -> Query Explainer. The Query explainer will open, and you can select the "Explain Query" button. The tool will then provide a plain English explanation of the query.

AI Query Generator

The Query Generator is a feature that allows users to create a SQL query in plain English. Users can describe what they want to query, optionally choose the tables they want their query to run on, and generate SQL.

To use Query Generator, open a new rule. In the top right, select AI Query Helper -> Query Generator. The tool will then prompt you to describe what you want to query in plain English. For example, you might say "I want to query all the customers who bought a product in the last month."

You can also choose which tables you want your query to run on. Simply select the tables you want to include in your query and the tool will generate SQL code that queries those tables. Once you have described what you want to query, the tool will generate SQL code that you can use. You can copy & paste the SQL code in your editor and hit "View Results" to see the data. Keep in mind it's always well-advised to double check and tweak the AI generated results to suit your use case.

AI Query Fixer

The AI Query Fixer suggests improvements and syntax fixes to your SQL query, so you're never stuck debugging it.

To use Query Fixer, open a new rule. In the top right, select AI Query Helper -> Query Fixer. The tool will then prompt you to select tables (optional), and you click Fix Query to fix the query of the rule you currently have open. You can copy & paste the SQL code in your editor. Keep in mind it's always well-advised to double check and tweak the AI generated results to suit your use case.

Check out a complete demo here:

This feature is powered by OpenAI. If you use this feature, only the text of your SQL query or your data schema format will be sent to OpenAI. None of your actual data will be sent.

Last updated