Tema
:
SQLServer + PHP + Fechas
Ver Mensaje Individual
#
2
(
permalink
)
04/04/2007, 08:27
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Re: SQLServer + PHP + Fechas
En SQL las fechas se delimitan con el #:
Código PHP:
$mifecha
=
"2099-12-31 00:00:00.000"
;
$str
=
"SELECT * FROM tabla WHERE fecha < #$mifecha#"
;
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV