Using AI to help you craft SQL queries

If you need some help with writing SQL queries, you can use AI to assist you. Above the code editor you can switch from SQL to AI requests mode. In this mode, you can type in a natural language query and the AI will try to convert it into a SQL query.

For example, let’s ask AI to find all issues with status In Progress. We’ll just enter our request in the field in the human language, press Run and let AI do the job. It will convert our request into a SQL query and execute it against the data: AI request to find all issues with status In Progress

You can see in the green block SQL request it came up with. If you’ll swich to SQL mode again, you’ll be able to edit it.

Note: AI is AI and still occasionally gallucinates, so sometimes the queries it generates will require some extra work to get them working. But we will keep improving it to hopefully one day have it 100% reliable.