Datalore 2026.2 Help

Use Query tab

In addition to using SQL cells, Datalore allows you to run SQL queries against connected databases outside the notebook environment. This provides a faster way to inspect data, validate access, and troubleshoot issues before launching a full workflow.

You can run queries only for existing database connections. The Query tab is not available when you are configuring a new connection.

Run database queries

  1. In the sidebar on the Home page, select the workspace where you want to run a query.

  2. In the workspace resources, select Document Data and switch to the Databases tab.

    Databases tab
  3. Select the database connection.

  4. Switch to the Query tab.

  5. Enter your query and click Execute query.

    A Database connection dialog with the Query tab opened
  6. Explore the query results in Data explorer:

    • Use the table view to review data.

      Query results displayed in the table view of Data explorer
    • Switch to the visualization view to create charts and explore trends.

02 June 2026