Discover how to use RisingWave Console’s SQL Console to query your RisingWave data, explore schemas, view query history, and visualize streaming data flows.
< >
) in the sidebar.Primary App DB
, Analytics User on Prod RW
). This name will help you identify it in the SQL Console.root
, app_user
).dev
, postgres
, rw_db
).rw (Default Local Cluster)
), this pane allows you to browse your connected RisingWave cluster’s databases, schemas, and objects like tables, views, materialized views (MVs), sources, and sinks. Expanding these items can show columns and their types.CREATE TABLE
) are executed, potentially allowing them to run as background tasks in RisingWave for long-running operations without blocking the console. (Consult RisingWave documentation for specifics on background DDL.)SELECT
queries in a tabular format, or success/error messages for DDL/DML statements.