El mar, 28-03-2006 a las 10:54 -0600, Kelly González Enríquez escribió:
> La revise e hice
>
> select MAX("valor_est")from est_baszmvt;
>
> select * from est_baszmvt where "valor_est"=(select MAX("valor_est")
> from est_baszmvt);
>
> y me devuelve:
>
> fila valor_est
> 1 9975
Por que no ejecutar directamente:
SELECT max("valor_est") FROM est_baszmvt;
> Pero ese no es el valor maximo que tengo almacenado en esa columna
Ahora, cual debiera ser el valor maximo segun tu?
Atte.
Juan Martinez
Depto. Inf.
UMC