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 -> Partition table by date field

Partition table by date field

From: ken k <khkachn_at_toadDIESPAMMER.net>
Date: 2000/06/15
Message-ID: <fmd25.151$BA1.283347@news.abs.net>#1/1

Has anyone done this? What is the syntax for entering the date?

create table
...
partition by range(date_field)
(partition p1 value less then (????)
)

Or words to that effect.

Thanks,

Ken Received on Thu Jun 15 2000 - 00:00:00 CDT

Original text of this message

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