Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Select one row

Re: Select one row

From: Sven Heins <Heins.Sven_at_solution42.de>
Date: Wed, 11 Nov 1998 10:11:24 +0100
Message-ID: <364954BC.BB13151A@solution42.de>


Kenneth Herskedal wrote:

> How can I select only the first row from a table.
>
> My select statement returns several rows, but I'm only interested in the
> first row of the result set.

Hi Kenneth,

try ...where rownum = 1...


Received on Wed Nov 11 1998 - 03:11:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US