Re: Create new table as select Help PLease!!!!

From: ACJohnst0n <acjohnst0n_at_aol.com>
Date: 11 Oct 2000 19:37:16 GMT
Message-ID: <20001011153716.09621.00001422_at_ng-cb1.aol.com>


Try this :

create table userid.pm_section_lg_arch
tablespace user_data
as
select *
from userid.pm_section_lg
where entry_timestamp = to_date('15-AUG-00 14:46:27','DD-MON-YY HH24:MI:SS') ;

Happy coding
AJ Received on Wed Oct 11 2000 - 21:37:16 CEST

Original text of this message