Re: Date datatype

Поиск
Список
Период
Сортировка
От Együd Csaba (Freemail)
Тема Re: Date datatype
Дата
Msg-id 0I920097F6ULQ8@mail.vnet.hu
обсуждение исходный текст
Ответ на Date datatype  (Pablo Digonzelli <pdigonze@sa-sanmiguel.com>)
Список pgsql-sql
Hi,
I think the problem is the double quote you use. Try a single quote e.g.:

update yourtable set birthdate='200-01-01' where ...

This man must be a very old one... :)

I tried it using timestamp not date, but I think it should work as well.

bye,
-- cs.

-----Original Message-----
From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org]
On Behalf Of Pablo Digonzelli
Sent: Tuesday, December 21, 2004 12:41 AM
To: pgsql-sql@postgresql.org
Subject: [SQL] Date datatype

hi all,
Ca anyone send me an example how to update a date datatype?
for example   update table set birthdate = "200-01-01" doesnt work.

TIA
Pablo


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 2004.12.17.


-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 2004.12.17.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 2004.12.17.



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 2004.12.17.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Pablo Digonzelli
Дата:
Сообщение: Date datatype
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: Date datatype