I have a query in the SQL Editor which returns the ROWID, For example:
SELECT ROWID
FROM table_name
WHERE column_name = value;
The rowid is not displayed in the data grid output.
Running statement via F9 displays in Toads customizable grid which the Show ROWID in editable grid option is applied to.
WORKAROUND 1:
Open View | Options | Data Grids - Data
Check Show ROWID in data grids
OK the changes and rerun your query in the SQL Editor
WORKAROUND 2:
Run with F5 Execute as Script to display ROWID.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center