SQL playground
The new feature, SQL Playground, allows users to write and execute SQL queries directly within the application and view the resulting data instantly. This interactive tool is designed to simplify data exploration and validation, enabling both technical and non-technical users to test, analyze, and modify database queries in real time.

step 1: Select the connection and schema name.

step 2: Write the query to and select the query to run.

step 3: Click "Execute" to execute.

step 4: View results in the results pane.

Last updated