Learn how to query data from RisingWave using SELECT statements through various interfaces.
You can query data from RisingWave using SELECT statements through multiple interfaces:
Connect via psql
and run your SELECT queries directly.
Use the RisingWave Console for a web-based SQL interface with syntax highlighting, query history, and result visualization.
Connect from various visualization tools and BI platforms. See Query from visualization tools for more options.
For detailed SELECT statement syntax, see SQL SELECT command.
Learn how to query data from RisingWave using SELECT statements through various interfaces.
You can query data from RisingWave using SELECT statements through multiple interfaces:
Connect via psql
and run your SELECT queries directly.
Use the RisingWave Console for a web-based SQL interface with syntax highlighting, query history, and result visualization.
Connect from various visualization tools and BI platforms. See Query from visualization tools for more options.
For detailed SELECT statement syntax, see SQL SELECT command.