Sampling the contents of a table
You can display up to 1000 rows of a table. Ensure that you are connected to your database.
To sample the database table contents:
- In the Database Explorer view of the Data perspective, right-click on the table whose contents you want to display, and then select Sample contents. Results are displayed in the DB Output view of the Data Perspective.
- Optional: Click the Parameters tab to view any parameters that were passed to the statement. The name of each parameter and its input value is listed. This page shows values only if host variables are defined for the statement.
- Click the Messages tab to view any messages returned by the database while the statement was running.
Parent topic
Accessing and updating data