
18/08/2005, 14:55
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 5 meses Puntos: 11 | |
usar la funciones month(), year(), day()
select (month(curdate()) & '- '& day(curdate()) & '- '& year(curdate())) as mifecha from tabla;
Aunque creo que hay un getdate que se puede "personalizar". |