19/11/2004, 16:03
|
| | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 1 mes Puntos: 11 | |
Prueba esto:
SELECT cve_tipo_oferta, fec_inicio, fec_fin, h_inicio, h_fin, precio, cve_tienda
FROM A_PREC_OFERTA_PRODUCTO
WHERE (cve_producto = '8011003064106') AND (cve_tienda = 0) AND (fec_inicio = '20041119') AND (cve_tipo_oferta = 2) AND (h_inicio <= '13:41') AND
(h_fin >= '13:41') |