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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to do this in SQL?

Re: How to do this in SQL?

From: Marti King <martik_at_tmpl.ca>
Date: Mon, 30 Aug 1999 17:07:56 -0700
Message-ID: <37CB1CDC.F217E1D5@tmpl.ca>


This page may help you: http://www.oracle.com/oramag/code/cod01308.html

Eric Dantie wrote:

> I've got a table history(login varchar2(30), d date)
>
> Each time someone connect to me, I do a insert into history(loginvalue,
> sysdate);
>
> I need the 10 lasts connections for the login 'toto'.
>
> How can I do this?
>
> Thanks in advance.
>
> Eric
Received on Mon Aug 30 1999 - 19:07:56 CDT

Original text of this message

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