Subject Re: [ib-support] Max value
Author Milan Babuskov
dorst622@... wrote:
> if this this the case how do i select the max top 2 amount.
> which is 22.78 and 12.90.

How about SELECT FIRST 2 Number ...

>>SELECT FIRST 1 Number from Table Order By Amount Desc
>>
>>
>>Sean

Milan.