Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/10/2009, 09:11
Avatar de sinai21
sinai21
 
Fecha de Ingreso: octubre-2009
Mensajes: 89
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: consultar 2 columnas dadas 2 fechas

tengo la siguiente consulta en MySQL:

"SELECT h_entrada, h_salida FROM `asistencia` WHERE cedula='3' AND (UsuarioFecha BETWEEN '2009-10-26' AND '2009-10-26') "


Me da el siguiente ERROR:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"SELECT h_entrada, h_salida FROM `asistencia` WHERE cedula='3' AND (UsuarioFecha' at line 1