Re: Valor-Maximo

From: Kelly González Enríquez <kge_7(at)yahoo(dot)com(dot)mx>
To: postgresql <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Valor-Maximo
Date: 2006-03-28 16:54:54
Message-ID: 20060328165454.40320.qmail@web50107.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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

Pero ese no es el valor maximo que tengo almacenado en esa columna


---------------------------------
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mario Gonzalez 2006-03-28 16:58:05 Re: Valor-Maximo
Previous Message Leonel Nunez 2006-03-28 16:52:20 Re: Valor-Maximo