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 the first ten row

Re: select the first ten row

From: nandoguijarro <nandoguijarro_at_mx2.redestb.es>
Date: 1997/02/17
Message-ID: <01bc1b98$c5307f00$LocalHost@anubis>#1/1

You can use

	SELECT column 
	FROM table
	WHERE rownum < 11;


Alex <cscywong_at_ug.cs.ust.hk> escribió en artículo <Pine.SUN.3.95.970210192124.7015C-100000_at_csl3su41.cs.ust.hk>...
> Hi,
> How can I select the first ten row of a table in a efficiency way?
>
>
  Received on Mon Feb 17 1997 - 00:00:00 CST

Original text of this message

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