Ver Mensaje Individual
  #9  
Antiguo 01-01-2009
hecospina hecospina is offline
Miembro
 
Registrado: oct 2007
Posts: 202
Reputación: 17
hecospina Va por buen camino
Hola
Tambien podrias hacer un select parecido a este

Código SQL [-]
select cast(cast(extract(month from fecha) AS CHAR(2))||'/'||'01'||'/'||CAST(extract(year from fecha)) AS CHAR(4)) as date) as fechainicio 
from tabla
Responder Con Cita