- Print
- PDF
The SQL Rainmaker Assistant in SQL Designer helps you create, optimize, and troubleshoot SQL queries by providing suggestions, feedback, and performance improvements.
How to Use the SQL Rainmaker Assistant
Accessing SQL Designer
Navigate to Reports → SQL Designer.
Click New to start creating a report.
Complete required fields:
Label: Descriptive report name.
Identifier: Typically the same as the label.
When first tabbing to the Identifier field from the Label field, after a SQL Report is created, the Identifier field is automatically populated with the contents of the Label field.
Evaluating New or Existing Queries
Click Ask and do one of the following:
request that the SQL Rainmaker Assistant create a new query based on specific criteria.
request the SQL Rainmaker Assistant evaluate an existing query or request the assistant improve a query based on specific criteria.
Review any explanations and suggested SQL provided by the SQL Rainmaker Assistant.
Click Replace SQL to apply the query directly into the SQL Window.
Click Test to preview results:
If the results are as expected, save your report.
If not:
If you received an error message, paste the error in the Ask section and request feedback.
Continue to use the assistant to refine your query or manually adjust your query until it meets your needs.
Consider using the Optimize option to further improve your query.
(See screenshots below for examples.)

Image Displays Sample Query Request and Ask Button

Image Displays Reviewing Rainmaker Assistant's Response

Image Displays Clarifying Prompts in the Ask Section

Image Displays Using the Optimize Button for a Query
Rainmaker Assistant Buttons and Functions
Replace SQL: Applies the SQL Rainmaker Assistant’s suggested query.
Copy to Clipboard: Copies the query for external use or manual edits.
Ask: Submit questions or request clarification and alternative solutions.
Optimize: Refine queries.
Test: Preview query results with sample data.
Run: Execute the final query to generate your report.
Testing and Validating SQL Queries
When testing always use a LIMIT in the WHERE Clause. For example, best practice is to limit returned rows to 10 while testing.
Click Test to preview and verify the data.
Remove the limit, produce the report and validate all data.
Validate results thoroughly to ensure accuracy.
Best Practices
Start with simple queries and test after each change.
Review all SQL Rainmaker Assistant recommendations before applying.
Familiarize yourself with PostgreSQL.
Consider reporting misidentified fields to Support.
Validate all suggestions and changes to ensure accuracy.