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

Re: Partition table by date field

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/06/16
Message-ID: <961111609.26708.0.nnrp-12.9e984b29@news.demon.co.uk>#1/1

(partition p1 value less then (to_date('01-Jan-2000','dd-mon-yyyy')))

or any variation in date formatting you
prefer, provided it uses a 4-digit year, and you may include times if you wish.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

ken k wrote in message ...

>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 Fri Jun 16 2000 - 00:00:00 CDT

Original text of this message

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