Quick record count?

pbdougl

Member
Hi; I'm a bit of a newbie. Is there a quick record count function in PL/SQL Dev, rather than having to run a count(*) query each time?
 
For a table or view you could use the Browser Extender Plug-In and create an extension for this functionality.
 
Back
Top