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

Home -> Community -> Usenet -> c.d.o.tools -> Re: about SQL Select statement

Re: about SQL Select statement

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Sun, 29 Jul 2001 00:04:34 GMT
Message-ID: <mqI87.415239$p33.8425115@news1.sttls1.wa.home.com>

If you know what row you want specify it. That is what makes the particular row that you want unique?
You can do select ... from ... where rownum=1 ... to get the first row. To get any particular row what is special about it? Jim
"SQL Dummy" <hza63_at_hotmail.com> wrote in message news:fd0a0e63.0107281537.51091196_at_posting.google.com...
> I have a question to use SQL select statement:
> How can I just get one row from a table? (for example, first row or
> any row?)
>
> Thanks
>
> SQL Dummy
Received on Sat Jul 28 2001 - 19:04:34 CDT

Original text of this message

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