Re: Select first record from a table
From: Chumley <mschumle_at_willscot.com>
Date: Mon, 28 Jun 1999 11:48:18 -0400
Message-ID: <7l85if$8sk$1_at_paxfeed.eni.net>
Date: Mon, 28 Jun 1999 11:48:18 -0400
Message-ID: <7l85if$8sk$1_at_paxfeed.eni.net>
select * from table_name where rownum < 2;
-- Mike Chumley Oracle DBA Williams Scotman D Huynh <remove.duchuynh_at_pacbell.net> wrote in message news:9nMd3.719$d7.104634_at_typhoon-sf.snfc21.pbi.net...Received on Mon Jun 28 1999 - 17:48:18 CEST
> is there a way to SELECT just the first record of a table that is
constantly
> being truncated and repopulated? I've looked in several books and online
> help to no avail. TIA
>
>