Results 1 to 6 of 6

Thread: Selecting Single from Table (Oracle)

Threaded View

  1. #1
    Join Date
    Nov 2006
    Posts
    3

    Selecting Single Row from Table (Oracle)

    I have a table with 8 columns and multiple rows. One of the columns is a reporting date. I would like to select the row which has the lowest reporting date. I have tried using the min function in a select sub-query but that can return multiple columns . ANy help would be greatly appreciated.
    Last edited by exact; 11-27-2006 at 02:10 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •