4.2. Generating SQL for specific database engines

  1. In the Workspace, click the "Database Engine" dropdown and select the desired database engine (e.g., MySQL, PostgreSQL, SQL Server).

  2. Choose the tables you wish to include in your query by selecting them from the "Tables" dropdown.

  3. In the input field, type a natural language query related to the selected tables and database engine.

  4. Click the "Generate SQL" button to convert your query into an SQL query compatible with the chosen database engine.

  5. Review the generated SQL query and make any necessary modifications.

Last updated