24/10/2011, 10:10
|
| Colaborador | | Fecha de Ingreso: agosto-2006 Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 5 meses Puntos: 774 | |
Respuesta: existe funcion hora para sql server en una consulta?
Código SQL:
Ver originalCREATE TABLE #temp( fecha datetime ) INSERT INTO #temp VALUES (getdate()-1) INSERT INTO #temp VALUES (getdate()-2) SELECT * FROM #temp SELECT * FROM #temp WHERE fecha >= dateadd(hh,12,CONVERT(datetime,'2011-10-22'))
Saludos!
__________________ What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me |