home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!gfimda!joser
- From: joser@gfimda.uucp (Joe Rodriguez)
- Subject: Re: Ingres - inserting date & time values
- Message-ID: <Btx5z6.4o4@gfimda.uucp>
- Date: Tue, 1 Sep 1992 21:49:54 GMT
- References: <1992Aug28.203902.25709@desktalk.desktalk.com>
- Organization: Kraft General Foods
- Lines: 48
-
- From article <1992Aug28.203902.25709@desktalk.desktalk.com>, by eric@desktalk.com (Eric Lieber):
- > I am posting this because I do not have Ingres yet and therefore I cannot try itout myself.
- >
- > I want to insert a datetime value into a table. The format I have to use is:
- > "yyyy-mm-dd hh24:mi:ss"
- > where hh24 is the 24 clock , (13:00 = 1:00 pm)
- >
- > After reading the manual, I assume that the II_DATE_FORMAT varable must
- > be to set to 'SWEDEN/FINLAND'.
- >
- > The question is will Ingres accept the following:
- > insert into test_table (date_col)
- > values ( "1992-12-31 13:45:59");
- >
- >
- I am currently using INGRES 6.3 on an HP9000 system under HP-UX 8.0. I
- have tried the following and it works:
-
- 1. Set II_DATE_FORMAT to SWEDEN
- 2. created test_table with the date_col column of type date.
- 3. entered the following SQL command:
- insert into test_table (date_col)
- values ('1992-12-31 13:45:59')
-
- which resulted in the row being inserted with the appropriate value.
- I also tried the value of 'now' in place of the above time, and
- the current system date and time was entered in the above date
- format.
-
- Hope this is helpful.
-
- +--------------------------+------------------------------------+
- | Joe Rodriguez | || // /====\ +======= |
- +--------------------------+ || // || || |
- | Kraft General Foods | |</ || ==== ||==== |
- | General Foods-USA, IMD | || \\ || || || |
- | Mailcode: T12-1 | || \\ \====/ || |
- | 555 South Broadway |------------------------------------+
- | Tarrytown, NY 10591 | joser@gfceb - ICES INGRES Host |
- | (914) 335-6059 | joser@gfimda - IMD System |
- | | INTERNET/UUCP: gfimda!joser@uunet |
- | Pager: (212) 356-5116 | uunet!gfimda!joser |
- +--------------------------+------------------------------------+
- --
- +--------------------------+------------------------------------+
- | Joe Rodriguez | || // /====\ +======= |
- +--------------------------+ || // || || |
- | Kraft General Foods | |</ || ==== ||==== |
-