Re: Consulta Fechas

From: Javier Chávez B(dot) <jchavezb(at)gmail(dot)com>
To: Espartano <espartano(dot)mail(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Consulta Fechas
Date: 2007-08-07 14:31:42
Message-ID: ded64bba0708070731k81f2147r1334b1cc4e6a7f05@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Muchisisimas!!! eso era precisamente lo que necesitaba!!! te pasaste!!

On 8/7/07, Espartano <espartano(dot)mail(at)gmail(dot)com> wrote:
>
> El 7/08/07, Javier Chávez B. <jchavezb(at)gmail(dot)com> escribió:
> >
> > Estimados:
> > Si tengo una tabla Table (cor_ano int , cor_movimiento int, tad_fecha
> date)
> > como puedo :
> > - obtener el año del dia de hoy???
>
>
> pruebas=# SELECT date_part ('year',current_date );
> date_part
> -----------
> 2007
> (1 row)
>
> pruebas=# SELECT date_part ('year',now()::date );
> date_part
> -----------
> 2007
> (1 row)
>
> pruebas=# SELECT extract ('year' from now()::date );
> date_part
> -----------
> 2007
> (1 row)
>
>
>
> > - guardar en el campo tad_fecha la fecha de hoy..
> > me refiero al equivalente en sqlserver a :
> > - Select getdate() --> para obtener dia de hoy..
> > - Select datepart('year',getdate())
>
> pruebas=# SELECT now()::date;
> now
> ------------
> 2007-08-07
> (1 row)
>
> pruebas=# SELECT current_date;
> date
> ------------
> 2007-08-07
> (1 row)
>
>
>
> Date una buelta por aqui
> http://www.postgresql.org/docs/8.2/static/functions-datetime.html
>
>
> > Espero vuestros comentarios..
> > Slds.
> >
>
>
>
> --
> "Linux is for people who hate Windows, BSD is for people who love UNIX".
> "Social Engineer -> Because there is no patch for human stupidity"
> "The Unix Guru's View of Sex unzip ; strip ; touch ; grep ; finger ;
> mount ; fsck ; more ; yes ; umount ; sleep."
> "Documentation is like sex: when it is good, it is very, very good;
> and when it is bad, it is better than nothing."
> --
> ---------------------------(fin del mensaje)---------------------------
> TIP 6: ¿Has buscado en los archivos de nuestra lista de correo?
> http://archives.postgresql.org/pgsql-es-ayuda
>

--
----------------------
Slds.
jchavez
linux User #397972 on http://counter.li.org/

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message manuel lamas 2007-08-07 14:45:25 Re: Lista de valores
Previous Message Espartano 2007-08-07 14:27:06 Re: Consulta Fechas