Re: [SQL] Another Date question
От
Andy Lewis
Тема
Re: [SQL] Another Date question
Дата
Msg-id
Pine.LNX.4.05.9912030802590.12901-100000@rns.roundnoon.com
Ответ на
Re: [SQL] Another Date question (Stoyan Genov)
Список
Дерево обсуждения
Another Date question Andy Lewis <alewis@roundnoon.com>
Re: [SQL] Another Date question Stoyan Genov <genov@digsys.bg>
Re: [SQL] Another Date question Andy Lewis <alewis@roundnoon.com>
Datetime operators (was: Re: [SQL] Another Date question) Karel Zak - Zakkr <zakkr@zf.jcu.cz>
Re: [SQL] Another Date question <kaiq@realtyideas.com>
the book and sql92 <kaiq@realtyideas.com>
Re: [SQL] the book and sql92 Bruce Momjian <pgman@candle.pha.pa.us>
I knew I was close, this example should be used in the documentation. I'd certainly be helpful! Thanks. Andy On Fri, 3 Dec 1999, Stoyan Genov wrote: > Hi, > No need of functions. You can do it like this: > > CREATE TABLE mytable (mydate datetime DEFAULT now() + '@60 days'); > > Regards, > Stoyan Genov > > > Hello All! > > > > I'd like to create a table with a datetime field that defaults to +60 > > days. > > > > mydate datetime default 'now() +@60 days', > > ... > > > > Doesn't seem to work. > > > > What am I missing? > > > > Thanks > > > > Andy > > > > > > ************ > > > >
В списке pgsql-sql по дате отправления