Skip to main content
SQL Studio is the integrated browser interface for browsing SQLCatalog databases, writing SQL, and viewing results.

Run a query

  1. In the Cloud Console, open a Ready SQLWorkspace.
  2. In SQL Studio, select a SQLCatalog database and schema.
  3. Browse the catalog tree and find a managed topic source.
  4. Enter a bounded query. Use the exact schema and source names and enclose both in double quotes. This example uses a Pulsar topic in public/default:
  5. Click Run. You can select part of a script to run only that selection.
  6. Review the result rows, execution status, and notices.
SQL Studio showing the catalog, query editor, and query results

Browse managed topic sources and run SQL in SQL Studio.

Create a materialized view

Create a materialized view to maintain the result of a streaming query as new events arrive:
Query the maintained result:
For joins, windows, watermarks, and other advanced processing, see RisingWave.

Saved queries and history

During Private Preview, saved queries and query history are stored in your browser and scoped to your user, organization, and workspace. They are not synchronized across browsers or devices. You can clear this browser-local data from the workspace’s Manage page without changing the SQLWorkspace, its catalogs, or source data. To use your own PostgreSQL-compatible tool, connect with a PostgreSQL client.