Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/12/2008, 14:53
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 4 meses
Puntos: 39
Respuesta: Ayuda con los formatos de un campo en sql

Suponiendo que usas SQL Server:
Código sql:
Ver original
  1. SELECT LEFT(REPLACE('0'+fecha,'/',''),2)+'/'+SUBSTRING(REPLACE('0'+fecha,'/',''),3,2)+'/'+RIGHT(REPLACE('0'+fecha,'/',''),4)
  2. FROM tutabla
  3. WHERE isdate(fecha)=0
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.