Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2002, 15:26
BlancaYuri
 
Fecha de Ingreso: junio-2002
Mensajes: 37
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: Graficas en ASP dinamicas, he aqui mi codigo...

ok, tal vez no me di a entender, solamente checa esto:
Código:
 

SQL="Delete * from Status
insert into Status (Select MEANING, count(*) From P1_ORDENES_COMPLETADAS)
where DATE_COMPLETED between '"& fechaini &"' and '"& fechafin &"'
group by MEANING, order by MEANING)"""
estoy bien?

GRACIAS.

PD. Gracias a todas las personas que se ofrecen a transmitir sus conocimientos, en especial a Victor por su incondicional ayuda.