Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tedball

  1. tedball

    How do I know what applications are running?

    Hi. I have done some research and have found the function EnumProcesses, but this is not quite what I am looking for. I basically want the information that you see in the Task Manager under the Application tab (i.e., MyDoc.doc - Microsoft Word). Does anyone know of any functions that might help...
  2. tedball

    Rownum between on SQL statement

    Hello, I think I found a way to get around the rownum ordering problem, even though it's a little ugly. Instead of select table_name, row_num from (select table_name, rownum row_num from dba_tables order by table_name) where row_num between 2 and 10 try: select table_name...

Part and Inventory Search

Back
Top